⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 276237 in webkit


Ignore:
Timestamp:
Apr 18, 2021, 11:57:16 PM (5 years ago)
Author:
Manuel Rego Casasnovas
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.
Location:
trunk/LayoutTests
Files:
1 deleted
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r276236 r276237  
     12021-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
    1152021-04-18  Wenson Hsieh  <wenson_hsieh@apple.com>
    216
  • trunk/LayoutTests/imported/w3c/ChangeLog

    r276231 r276237  
     12021-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
    1162021-04-18  Antoine Quint  <graouts@webkit.org>
    217
  • 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.
     1This test checks that :focus-visible always matches on <input> elements which take text input, regardless of focus mechanism.
    22If the user-agent does not claim to support the :focus-visible pseudo-class then SKIP this test.
    33Click 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.
     1This test checks that :focus-visible is not triggered by mouse focus on <input> elements which do not take text input.
    22If the user-agent does not claim to support the :focus-visible pseudo-class then SKIP this test.
    33Click 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.
     1This 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.
    22If the user-agent does not claim to support the :focus-visible pseudo-class then SKIP this test.
    33Click each element element below to focus it.
Note: See TracChangeset for help on using the changeset viewer.