Title: [292378] trunk/LayoutTests
Revision
292378
Author
n...@apple.com
Date
2022-04-05 00:09:52 -0700 (Tue, 05 Apr 2022)

Log Message

[iOS] Add timeout expectations for focus-after-close.html WPT

Unreviewed test gardening.

* platform/ios-wk2/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/focus-after-close-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (292377 => 292378)


--- trunk/LayoutTests/ChangeLog	2022-04-05 06:54:36 UTC (rev 292377)
+++ trunk/LayoutTests/ChangeLog	2022-04-05 07:09:52 UTC (rev 292378)
@@ -1,3 +1,11 @@
+2022-04-05  Tim Nguyen  <n...@apple.com>
+
+        [iOS] Add timeout expectations for focus-after-close.html WPT
+
+        Unreviewed test gardening.
+
+        * platform/ios-wk2/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/focus-after-close-expected.txt: Added.
+
 2022-04-04  Ziran Sun  <z...@igalia.com>
 
         [Forms] change the default appearance of button, checkbox etc. to 'auto'

Added: trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/focus-after-close-expected.txt (0 => 292378)


--- trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/focus-after-close-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/focus-after-close-expected.txt	2022-04-05 07:09:52 UTC (rev 292378)
@@ -0,0 +1,12 @@
+
+
+Harness Error (TIMEOUT), message = null
+
+PASS Focus should be moved to the previously focused element (Simple dialog usage)
+PASS Focus should be moved to the previously focused element (Complex dialog usage)
+PASS Focus should be moved to the previously focused element even if it has moved in between show/close
+PASS Focus should be moved to the previously focused element even if it has moved to shadow DOM root in between show/close
+PASS Focus should be moved to the body if the previously focused element is removed
+PASS Focus should be moved to the shadow DOM host if the previouly focused element is a shadow DOM node
+TIMEOUT Focus should not scroll if the previously focused element is outside the viewport Test timed out
+
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to