Title: [287528] trunk/LayoutTests
Revision
287528
Author
dp...@igalia.com
Date
2022-01-02 21:40:18 -0800 (Sun, 02 Jan 2022)

Log Message

[GTK] Unreviewed test gardening, emit baseline for imported/w3c/web-platform-tests/css/selectors/focus-visible-002.html
https://bugs.webkit.org/show_bug.cgi?id=224967


* platform/gtk/TestExpectations:
* platform/gtk/imported/w3c/web-platform-tests/css/selectors/focus-visible-002-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (287527 => 287528)


--- trunk/LayoutTests/ChangeLog	2022-01-03 03:43:51 UTC (rev 287527)
+++ trunk/LayoutTests/ChangeLog	2022-01-03 05:40:18 UTC (rev 287528)
@@ -1,5 +1,13 @@
 2022-01-02  Diego Pino Garcia  <dp...@igalia.com>
 
+        [GTK] Unreviewed test gardening, emit baseline for imported/w3c/web-platform-tests/css/selectors/focus-visible-002.html
+        https://bugs.webkit.org/show_bug.cgi?id=224967
+
+        * platform/gtk/TestExpectations:
+        * platform/gtk/imported/w3c/web-platform-tests/css/selectors/focus-visible-002-expected.txt: Added.
+
+2022-01-02  Diego Pino Garcia  <dp...@igalia.com>
+
         [WPE] [Debug] Unreviewed test gardening, remove WebXR tests failures no longer crashing
         https://bugs.webkit.org/show_bug.cgi?id=225379
 

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (287527 => 287528)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2022-01-03 03:43:51 UTC (rev 287527)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2022-01-03 05:40:18 UTC (rev 287528)
@@ -954,8 +954,6 @@
 webkit.org/b/224590 fast/text/line-break-between-text-nodes-latin1.html [ ImageOnlyFailure ]
 webkit.org/b/224590 imported/w3c/web-platform-tests/css/css-text/word-break/word-break-break-all-inline-007.html [ ImageOnlyFailure ]
 
-webkit.org/b/224967 webkit.org/b/225659 imported/w3c/web-platform-tests/css/selectors/focus-visible-002.html [ Crash Failure ]
-
 webkit.org/b/229347 imported/w3c/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-anywhere-009.html [ ImageOnlyFailure ]
 webkit.org/b/229347 imported/w3c/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-anywhere-010.html [ ImageOnlyFailure ]
 webkit.org/b/229347 imported/w3c/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-anywhere-inline-001.html [ ImageOnlyFailure ]

Added: trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/css/selectors/focus-visible-002-expected.txt (0 => 287528)


--- trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/css/selectors/focus-visible-002-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/css/selectors/focus-visible-002-expected.txt	2022-01-03 05:40:18 UTC (rev 287528)
@@ -0,0 +1,35 @@
+This test checks that :focus-visible always matches on <input> elements which take text input, regardless of focus mechanism.
+If the user-agent does not claim to support the :focus-visible pseudo-class then SKIP this test.
+Click each form element below to focus it.
+If the element has a red background, then the test result is FAILURE. If the element has a green outline, then the test result is SUCCESS.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+PASS Focus element INPUT#input1 via mouse should match :focus-visible as it supports keyboard input
+PASS Focus element INPUT#input2 via mouse should match :focus-visible as it supports keyboard input
+PASS Focus element INPUT#input3 via mouse should match :focus-visible as it supports keyboard input
+PASS Focus element INPUT#input4 via mouse should match :focus-visible as it supports keyboard input
+PASS Focus element INPUT#input5 via mouse should match :focus-visible as it supports keyboard input
+PASS Focus element INPUT#input6 via mouse should match :focus-visible as it supports keyboard input
+PASS Focus element INPUT#input7 via mouse should match :focus-visible as it supports keyboard input
+PASS Focus element INPUT#input8 via mouse should match :focus-visible as it supports keyboard input
+FAIL Focus element INPUT#input9 via mouse should match :focus-visible as it supports keyboard input assert_equals: outlineColor for INPUT#input9 should be green expected "rgb(0, 128, 0)" but got "rgb(0, 0, 0)"
+FAIL Focus element INPUT#input10 via mouse should match :focus-visible as it supports keyboard input assert_equals: outlineColor for INPUT#input10 should be green expected "rgb(0, 128, 0)" but got "rgb(0, 0, 0)"
+FAIL Focus element INPUT#input11 via mouse should match :focus-visible as it supports keyboard input assert_equals: outlineColor for INPUT#input11 should be green expected "rgb(0, 128, 0)" but got "rgb(0, 0, 0)"
+FAIL Focus element INPUT#input12 via mouse should match :focus-visible as it supports keyboard input assert_equals: outlineColor for INPUT#input12 should be green expected "rgb(0, 128, 0)" but got "rgb(0, 0, 0)"
+FAIL Focus element INPUT#input13 via mouse should match :focus-visible as it supports keyboard input assert_equals: outlineColor for INPUT#input13 should be green expected "rgb(0, 128, 0)" but got "rgb(0, 0, 0)"
+PASS Focus element TEXTAREA#input14 via mouse should match :focus-visible as it supports keyboard input
+
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to