From 456e80ee14c088b8977688548ff660c6f60e01d3 Mon Sep 17 00:00:00 2001 From: Alice Boxhall Date: Fri, 19 Jul 2019 18:20:07 +0000 Subject: [PATCH] Bug 1564701 [wpt PR 17591] - Fix CSS for inert retargeting manual tests, a=testonly Automatic update from web-platform-tests Fix CSS for inert retargeting manual tests Bug: 692360 Change-Id: If8830772b4f028ba4a2a2dde0cc04423cc57446f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1683580 Reviewed-by: Chris Hall Commit-Queue: Alice Boxhall Cr-Commit-Position: refs/heads/master@{#673930} -- wpt-commits: 72a13b1d317cfe7db9c9fbc70c6bc815bb19bf2e wpt-pr: 17591 --- .../tests/inert/inert-retargeting-iframe.tentative.html | 2 +- .../web-platform/tests/inert/inert-retargeting.tentative.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/web-platform/tests/inert/inert-retargeting-iframe.tentative.html b/testing/web-platform/tests/inert/inert-retargeting-iframe.tentative.html index 78d7f6b36a7a..c31cc88ccecc 100644 --- a/testing/web-platform/tests/inert/inert-retargeting-iframe.tentative.html +++ b/testing/web-platform/tests/inert/inert-retargeting-iframe.tentative.html @@ -28,7 +28,7 @@ button#background { background-color: red; } -#container.clicked { +#ancestorContainer.clicked { background-color: green; } diff --git a/testing/web-platform/tests/inert/inert-retargeting.tentative.html b/testing/web-platform/tests/inert/inert-retargeting.tentative.html index d239a7056f2f..6ef3b2a1b1b7 100644 --- a/testing/web-platform/tests/inert/inert-retargeting.tentative.html +++ b/testing/web-platform/tests/inert/inert-retargeting.tentative.html @@ -28,7 +28,7 @@ button#background { background-color: red; } -#container.clicked { +#ancestorContainer.clicked { background-color: green; }