Changeset 276237 in webkit
- Timestamp:
- Apr 18, 2021, 11:57:16 PM (5 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 1 deleted
- 5 edited
-
ChangeLog (modified) (1 diff)
-
imported/w3c/ChangeLog (modified) (1 diff)
-
imported/w3c/web-platform-tests/css/selectors/focus-visible-002-expected.txt (modified) (1 diff)
-
imported/w3c/web-platform-tests/css/selectors/focus-visible-003-expected.txt (modified) (1 diff)
-
imported/w3c/web-platform-tests/css/selectors/focus-visible-004-expected.txt (modified) (1 diff)
-
platform/glib/imported/w3c/web-platform-tests/css/selectors (deleted)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r276236 r276237 1 2021-04-18 Manuel Rego Casasnovas <rego@igalia.com> 2 3 [selectors] Update :focus-visible tests from WPT 4 https://bugs.webkit.org/show_bug.cgi?id=224601 5 <rdar://problem/76827947> 6 7 Reviewed by Darin Adler. 8 9 Remove glib expectations as they match the main ones. 10 11 * platform/glib/imported/w3c/web-platform-tests/css/selectors/focus-visible-002-expected.txt: Removed. 12 * platform/glib/imported/w3c/web-platform-tests/css/selectors/focus-visible-003-expected.txt: Removed. 13 * platform/glib/imported/w3c/web-platform-tests/css/selectors/focus-visible-004-expected.txt: Removed. 14 1 15 2021-04-18 Wenson Hsieh <wenson_hsieh@apple.com> 2 16 -
trunk/LayoutTests/imported/w3c/ChangeLog
r276231 r276237 1 2021-04-18 Manuel Rego Casasnovas <rego@igalia.com> 2 3 [selectors] Update :focus-visible tests from WPT 4 https://bugs.webkit.org/show_bug.cgi?id=224601 5 <rdar://problem/76827947> 6 7 Reviewed by Darin Adler. 8 9 Fix expectations that were broken due to a mistake in the previous commit. 10 The tests had some extra changes due to webkit.org/224658, the tests were modified but not the expectations. 11 12 * web-platform-tests/css/selectors/focus-visible-002-expected.txt: 13 * web-platform-tests/css/selectors/focus-visible-003-expected.txt: 14 * web-platform-tests/css/selectors/focus-visible-004-expected.txt: 15 1 16 2021-04-18 Antoine Quint <graouts@webkit.org> 2 17 -
trunk/LayoutTests/imported/w3c/web-platform-tests/css/selectors/focus-visible-002-expected.txt
r276127 r276237 1 This test checks that :focus-visible always matches on elements which take text input, regardless of focus mechanism.1 This test checks that :focus-visible always matches on <input> elements which take text input, regardless of focus mechanism. 2 2 If the user-agent does not claim to support the :focus-visible pseudo-class then SKIP this test. 3 3 Click each form element below to focus it. -
trunk/LayoutTests/imported/w3c/web-platform-tests/css/selectors/focus-visible-003-expected.txt
r276127 r276237 1 This test checks that :focus-visible is not triggered by mouse focus on elements which do not take text input.1 This test checks that :focus-visible is not triggered by mouse focus on <input> elements which do not take text input. 2 2 If the user-agent does not claim to support the :focus-visible pseudo-class then SKIP this test. 3 3 Click each element element below to focus it. -
trunk/LayoutTests/imported/w3c/web-platform-tests/css/selectors/focus-visible-004-expected.txt
r276127 r276237 1 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.1 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. 2 2 If the user-agent does not claim to support the :focus-visible pseudo-class then SKIP this test. 3 3 Click each element element below to focus it.
Note:
See TracChangeset
for help on using the changeset viewer.