Title: [276194] trunk/LayoutTests
Revision
276194
Author
[email protected]
Date
2021-04-16 21:45:48 -0700 (Fri, 16 Apr 2021)

Log Message

[GLIB] Unreviewed test gardening. Update focus-visible tests baselines after r276127.

* platform/glib/imported/w3c/web-platform-tests/css/selectors/focus-visible-002-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/css/selectors/focus-visible-003-expected.txt: Renamed from LayoutTests/platform/wpe/imported/w3c/web-platform-tests/css/selectors/focus-visible-003-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/css/selectors/focus-visible-004-expected.txt: Renamed from LayoutTests/platform/wpe/imported/w3c/web-platform-tests/css/selectors/focus-visible-004-expected.txt.

Modified Paths

Added Paths

Removed Paths

  • trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/css/selectors/

Diff

Modified: trunk/LayoutTests/ChangeLog (276193 => 276194)


--- trunk/LayoutTests/ChangeLog	2021-04-17 03:22:00 UTC (rev 276193)
+++ trunk/LayoutTests/ChangeLog	2021-04-17 04:45:48 UTC (rev 276194)
@@ -1,3 +1,11 @@
+2021-04-16  Diego Pino Garcia  <[email protected]>
+
+        [GLIB] Unreviewed test gardening. Update focus-visible tests baselines after r276127.
+
+        * platform/glib/imported/w3c/web-platform-tests/css/selectors/focus-visible-002-expected.txt: Added.
+        * platform/glib/imported/w3c/web-platform-tests/css/selectors/focus-visible-003-expected.txt: Renamed from LayoutTests/platform/wpe/imported/w3c/web-platform-tests/css/selectors/focus-visible-003-expected.txt.
+        * platform/glib/imported/w3c/web-platform-tests/css/selectors/focus-visible-004-expected.txt: Renamed from LayoutTests/platform/wpe/imported/w3c/web-platform-tests/css/selectors/focus-visible-004-expected.txt.
+
 2021-04-16  Brent Fulgham  <[email protected]>
 
         Perform port blocking earlier in the load

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


--- trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/css/selectors/focus-visible-002-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/css/selectors/focus-visible-002-expected.txt	2021-04-17 04:45:48 UTC (rev 276194)
@@ -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
+PASS Focus element INPUT#input9 via mouse should match :focus-visible as it supports keyboard input
+PASS Focus element INPUT#input10 via mouse should match :focus-visible as it supports keyboard input
+PASS Focus element INPUT#input11 via mouse should match :focus-visible as it supports keyboard input
+PASS Focus element INPUT#input12 via mouse should match :focus-visible as it supports keyboard input
+PASS Focus element INPUT#input13 via mouse should match :focus-visible as it supports keyboard input
+PASS Focus element TEXTAREA#input14 via mouse should match :focus-visible as it supports keyboard input
+

Copied: trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/css/selectors/focus-visible-003-expected.txt (from rev 276193, trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/css/selectors/focus-visible-003-expected.txt) (0 => 276194)


--- trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/css/selectors/focus-visible-003-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/css/selectors/focus-visible-003-expected.txt	2021-04-17 04:45:48 UTC (rev 276194)
@@ -0,0 +1,32 @@
+This test checks that :focus-visible is not triggered by mouse focus on <input> elements which do not take text input.
+If the user-agent does not claim to support the :focus-visible pseudo-class then SKIP this test.
+Click each element element below to focus it.
+If the element has a red outline, then the test result is FAILURE. If the element has a green background, then the test result is SUCCESS.
+
+Focus me
+Focus me
+Focus me
+Focus me
+
+
+
+
+ Focus me.
+ Focus me.
+
+ Focus me.
+ Focus me.
+
+PASS Focus element SPAN#el-1 via mouse should NOT match :focus-visible as it does NOT support keyboard input
+PASS Focus element SPAN#el-2 via mouse should NOT match :focus-visible as it does NOT support keyboard input
+PASS Focus element SPAN#el-3 via mouse should NOT match :focus-visible as it does NOT support keyboard input
+PASS Focus element BUTTON#el-4 via mouse should NOT match :focus-visible as it does NOT support keyboard input
+PASS Focus element INPUT#el-5 via mouse should NOT match :focus-visible as it does NOT support keyboard input
+PASS Focus element INPUT#el-6 via mouse should NOT match :focus-visible as it does NOT support keyboard input
+PASS Focus element INPUT#el-7 via mouse should NOT match :focus-visible as it does NOT support keyboard input
+PASS Focus element INPUT#el-8 via mouse should NOT match :focus-visible as it does NOT support keyboard input
+PASS Focus element INPUT#el-9 via mouse should NOT match :focus-visible as it does NOT support keyboard input
+PASS Focus element INPUT#el-10 via mouse should NOT match :focus-visible as it does NOT support keyboard input
+PASS Focus element INPUT#el-12 via mouse should NOT match :focus-visible as it does NOT support keyboard input
+PASS Focus element INPUT#el-13 via mouse should NOT match :focus-visible as it does NOT support keyboard input
+

Copied: trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/css/selectors/focus-visible-004-expected.txt (from rev 276193, trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/css/selectors/focus-visible-004-expected.txt) (0 => 276194)


--- trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/css/selectors/focus-visible-004-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/css/selectors/focus-visible-004-expected.txt	2021-04-17 04:45:48 UTC (rev 276194)
@@ -0,0 +1,28 @@
+This test checks that :focus-visible is not triggered by mouse focus on <input> elements which do not take text input, even if appearance: none is used.
+If the user-agent does not claim to support the :focus-visible pseudo-class then SKIP this test.
+Click each element element below to focus it.
+If the element has a red outline, then the test result is FAILURE. If the element has a green background, then the test result is SUCCESS.
+
+Focus me
+Focus me
+Focus me
+Focus me
+
+
+
+
+
+ Focus me.
+ Focus me.
+
+PASS Focus element SPAN#el-1 via mouse should NOT match :focus-visible as it does NOT support keyboard input - not affected by "appearance: none"
+PASS Focus element SPAN#el-2 via mouse should NOT match :focus-visible as it does NOT support keyboard input - not affected by "appearance: none"
+PASS Focus element SPAN#el-3 via mouse should NOT match :focus-visible as it does NOT support keyboard input - not affected by "appearance: none"
+PASS Focus element BUTTON#el-4 via mouse should NOT match :focus-visible as it does NOT support keyboard input - not affected by "appearance: none"
+PASS Focus element INPUT#el-5 via mouse should NOT match :focus-visible as it does NOT support keyboard input - not affected by "appearance: none"
+PASS Focus element INPUT#el-6 via mouse should NOT match :focus-visible as it does NOT support keyboard input - not affected by "appearance: none"
+PASS Focus element INPUT#el-7 via mouse should NOT match :focus-visible as it does NOT support keyboard input - not affected by "appearance: none"
+PASS Focus element INPUT#el-8 via mouse should NOT match :focus-visible as it does NOT support keyboard input - not affected by "appearance: none"
+PASS Focus element INPUT#el-10 via mouse should NOT match :focus-visible as it does NOT support keyboard input - not affected by "appearance: none"
+PASS Focus element INPUT#el-11 via mouse should NOT match :focus-visible as it does NOT support keyboard input - not affected by "appearance: none"
+
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to