Title: [276237] trunk/LayoutTests
Revision
276237
Author
[email protected]
Date
2021-04-18 23:57:16 -0700 (Sun, 18 Apr 2021)

Log Message

[selectors] Update :focus-visible tests from WPT
https://bugs.webkit.org/show_bug.cgi?id=224601
<rdar://problem/76827947>

Reviewed by Darin Adler.

LayoutTests/imported/w3c:

Fix expectations that were broken due to a mistake in the previous commit.
The tests had some extra changes due to webkit.org/224658, the tests were modified but not the expectations.

* web-platform-tests/css/selectors/focus-visible-002-expected.txt:
* web-platform-tests/css/selectors/focus-visible-003-expected.txt:
* web-platform-tests/css/selectors/focus-visible-004-expected.txt:

LayoutTests:

Remove glib expectations as they match the main ones.

* platform/glib/imported/w3c/web-platform-tests/css/selectors/focus-visible-002-expected.txt: Removed.
* platform/glib/imported/w3c/web-platform-tests/css/selectors/focus-visible-003-expected.txt: Removed.
* platform/glib/imported/w3c/web-platform-tests/css/selectors/focus-visible-004-expected.txt: Removed.

Modified Paths

Removed Paths

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

Diff

Modified: trunk/LayoutTests/ChangeLog (276236 => 276237)


--- trunk/LayoutTests/ChangeLog	2021-04-19 06:32:12 UTC (rev 276236)
+++ trunk/LayoutTests/ChangeLog	2021-04-19 06:57:16 UTC (rev 276237)
@@ -1,3 +1,17 @@
+2021-04-18  Manuel Rego Casasnovas  <[email protected]>
+
+        [selectors] Update :focus-visible tests from WPT
+        https://bugs.webkit.org/show_bug.cgi?id=224601
+        <rdar://problem/76827947>
+
+        Reviewed by Darin Adler.
+
+        Remove glib expectations as they match the main ones.
+
+        * platform/glib/imported/w3c/web-platform-tests/css/selectors/focus-visible-002-expected.txt: Removed.
+        * platform/glib/imported/w3c/web-platform-tests/css/selectors/focus-visible-003-expected.txt: Removed.
+        * platform/glib/imported/w3c/web-platform-tests/css/selectors/focus-visible-004-expected.txt: Removed.
+
 2021-04-18  Wenson Hsieh  <[email protected]>
 
         Selected image overlay text should never be visible

Modified: trunk/LayoutTests/imported/w3c/ChangeLog (276236 => 276237)


--- trunk/LayoutTests/imported/w3c/ChangeLog	2021-04-19 06:32:12 UTC (rev 276236)
+++ trunk/LayoutTests/imported/w3c/ChangeLog	2021-04-19 06:57:16 UTC (rev 276237)
@@ -1,3 +1,18 @@
+2021-04-18  Manuel Rego Casasnovas  <[email protected]>
+
+        [selectors] Update :focus-visible tests from WPT
+        https://bugs.webkit.org/show_bug.cgi?id=224601
+        <rdar://problem/76827947>
+
+        Reviewed by Darin Adler.
+
+        Fix expectations that were broken due to a mistake in the previous commit.
+        The tests had some extra changes due to webkit.org/224658, the tests were modified but not the expectations.
+
+        * web-platform-tests/css/selectors/focus-visible-002-expected.txt:
+        * web-platform-tests/css/selectors/focus-visible-003-expected.txt:
+        * web-platform-tests/css/selectors/focus-visible-004-expected.txt:
+
 2021-04-18  Antoine Quint  <[email protected]>
 
         Fix interpolation of the rotate CSS property

Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/css/selectors/focus-visible-002-expected.txt (276236 => 276237)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/css/selectors/focus-visible-002-expected.txt	2021-04-19 06:32:12 UTC (rev 276236)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/css/selectors/focus-visible-002-expected.txt	2021-04-19 06:57:16 UTC (rev 276237)
@@ -1,4 +1,4 @@
-This test checks that :focus-visible always matches on  elements which take text input, regardless of focus mechanism.
+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.

Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/css/selectors/focus-visible-003-expected.txt (276236 => 276237)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/css/selectors/focus-visible-003-expected.txt	2021-04-19 06:32:12 UTC (rev 276236)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/css/selectors/focus-visible-003-expected.txt	2021-04-19 06:57:16 UTC (rev 276237)
@@ -1,4 +1,4 @@
-This test checks that :focus-visible is not triggered by mouse focus on  elements which do not take text input.
+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.

Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/css/selectors/focus-visible-004-expected.txt (276236 => 276237)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/css/selectors/focus-visible-004-expected.txt	2021-04-19 06:32:12 UTC (rev 276236)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/css/selectors/focus-visible-004-expected.txt	2021-04-19 06:57:16 UTC (rev 276237)
@@ -1,4 +1,4 @@
-This test checks that :focus-visible is not triggered by mouse focus on  elements which do not take text input, even if appearance: none is used.
+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.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to