Title: [293490] trunk/LayoutTests
Revision
293490
Author
commit-qu...@webkit.org
Date
2022-04-26 18:14:29 -0700 (Tue, 26 Apr 2022)

Log Message

Cleanup expectations for 7 imported/w3c/web-platform-tests/html/semantics/interactive-elements/ tests
https://bugs.webkit.org/show_bug.cgi?id=239790

Unreviewed test gardening.

* LayoutTests/platform/ios-wk2/TestExpectations:
* LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/backdrop-receives-element-events-expected.txt: Removed.
* LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/closed-dialog-does-not-block-mouse-events-expected.txt: Removed.
* LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/inert-inlines-expected.txt: Removed.
* LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/modal-dialog-ancestor-is-inert-expected.txt: Removed.
* LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/modal-dialog-blocks-mouse-events-expected.txt: Removed.
* LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/non-modal-dialog-does-not-block-mouse-events-expected.txt: Removed.
* LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/simulated-click-inert-expected.txt: Removed.

Canonical link: https://commits.webkit.org/250023@main

Modified Paths

Removed Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (293489 => 293490)


--- trunk/LayoutTests/ChangeLog	2022-04-27 00:47:24 UTC (rev 293489)
+++ trunk/LayoutTests/ChangeLog	2022-04-27 01:14:29 UTC (rev 293490)
@@ -1,3 +1,19 @@
+2022-04-26  Truitt Savell  <tsav...@apple.com>
+
+        Cleanup expectations for 7 imported/w3c/web-platform-tests/html/semantics/interactive-elements/ tests
+        https://bugs.webkit.org/show_bug.cgi?id=239790
+
+        Unreviewed test gardening.
+
+        * platform/ios-wk2/TestExpectations:
+        * platform/ios-wk2/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/backdrop-receives-element-events-expected.txt: Removed.
+        * platform/ios-wk2/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/closed-dialog-does-not-block-mouse-events-expected.txt: Removed.
+        * platform/ios-wk2/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/inert-inlines-expected.txt: Removed.
+        * platform/ios-wk2/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/modal-dialog-ancestor-is-inert-expected.txt: Removed.
+        * platform/ios-wk2/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/modal-dialog-blocks-mouse-events-expected.txt: Removed.
+        * platform/ios-wk2/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/non-modal-dialog-does-not-block-mouse-events-expected.txt: Removed.
+        * platform/ios-wk2/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/simulated-click-inert-expected.txt: Removed.
+
 2022-04-26  Karl Rackler  <rack...@apple.com>
 
         [ macOS ] webanimations/accelerated-animation-after-forward-filling-animation.html is a flaky image failure

Modified: trunk/LayoutTests/platform/ios-wk2/TestExpectations (293489 => 293490)


--- trunk/LayoutTests/platform/ios-wk2/TestExpectations	2022-04-27 00:47:24 UTC (rev 293489)
+++ trunk/LayoutTests/platform/ios-wk2/TestExpectations	2022-04-27 01:14:29 UTC (rev 293490)
@@ -2242,4 +2242,7 @@
 
 webkit.org/b/237849 imported/w3c/web-platform-tests/css/filter-effects/filters-drop-shadow-003.html [ ImageOnlyFailure ]
 
+#rdar://91780899
+imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/modal-dialog-blocks-mouse-events.html [ Skip ]
+
 fast/text/install-font-style-recalc.html [ Pass ]

Deleted: trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/backdrop-receives-element-events-expected.txt (293489 => 293490)


--- trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/backdrop-receives-element-events-expected.txt	2022-04-27 00:47:24 UTC (rev 293489)
+++ trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/backdrop-receives-element-events-expected.txt	2022-04-27 01:14:29 UTC (rev 293490)
@@ -1,5 +0,0 @@
-
-Harness Error (TIMEOUT), message = null
-
-NOTRUN Test that ::backdrop receives events for the associated element
-

Deleted: trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/closed-dialog-does-not-block-mouse-events-expected.txt (293489 => 293490)


--- trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/closed-dialog-does-not-block-mouse-events-expected.txt	2022-04-27 00:47:24 UTC (rev 293489)
+++ trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/closed-dialog-does-not-block-mouse-events-expected.txt	2022-04-27 01:14:29 UTC (rev 293490)
@@ -1,3 +0,0 @@
-
-FAIL Ensure that closed dialogs do not block mouse events. To test manually, click the red box. The test succeeds if the red box turns green. assert_true: div should have gotten a click event. expected true got undefined
-

Deleted: trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/inert-inlines-expected.txt (293489 => 293490)


--- trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/inert-inlines-expected.txt	2022-04-27 00:47:24 UTC (rev 293489)
+++ trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/inert-inlines-expected.txt	2022-04-27 01:14:29 UTC (rev 293490)
@@ -1,9 +0,0 @@
-To test manually, click on all the "Click me"s. The test fails if you see red.
-
-Click me Click me
-Click meeee
-Click me
-Click meeee
-
-FAIL Tests that inert inlines do not receive mouse events. assert_true: clicking on a expected true got false
-

Deleted: trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/modal-dialog-ancestor-is-inert-expected.txt (293489 => 293490)


--- trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/modal-dialog-ancestor-is-inert-expected.txt	2022-04-27 00:47:24 UTC (rev 293489)
+++ trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/modal-dialog-ancestor-is-inert-expected.txt	2022-04-27 01:14:29 UTC (rev 293490)
@@ -1,3 +0,0 @@
-
-FAIL Test that ancestors of modal dialog are inert. assert_true: Clicking on ancestor. expected true got false
-

Deleted: trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/modal-dialog-blocks-mouse-events-expected.txt (293489 => 293490)


--- trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/modal-dialog-blocks-mouse-events-expected.txt	2022-04-27 00:47:24 UTC (rev 293489)
+++ trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/modal-dialog-blocks-mouse-events-expected.txt	2022-04-27 01:14:29 UTC (rev 293490)
@@ -1,5 +0,0 @@
-To test manually, move the mouse to the blue box, click, and then move the mouse outside. Then repeat for the red box. The test succeeds if both boxes turn green
-
-
-FAIL Ensure that mouse events are not dispatched to an inert node. assert_equals: Clicking on inert box expected 5 but got 0
-

Deleted: trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/non-modal-dialog-does-not-block-mouse-events-expected.txt (293489 => 293490)


--- trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/non-modal-dialog-does-not-block-mouse-events-expected.txt	2022-04-27 00:47:24 UTC (rev 293489)
+++ trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/non-modal-dialog-does-not-block-mouse-events-expected.txt	2022-04-27 01:14:29 UTC (rev 293490)
@@ -1,5 +0,0 @@
-To test manually, click the red box. The test succeeds if the red box turns green.
-
-
-FAIL Ensure that non-modal dialogs do not block mouse events. assert_true: expected true got false
-

Deleted: trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/simulated-click-inert-expected.txt (293489 => 293490)


--- trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/simulated-click-inert-expected.txt	2022-04-27 00:47:24 UTC (rev 293489)
+++ trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/simulated-click-inert-expected.txt	2022-04-27 01:14:29 UTC (rev 293490)
@@ -1,6 +0,0 @@
-Ensure that simulated click is still dispatched to an inert node. To test manually, click the CLICK ME label and verify it does change the value of the checkbox.
-
-CLICK ME
-
-FAIL Ensure that simulated click is still dispatched to an inert node. assert_true: expected true got false
-
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to