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

Changeset 276194 in webkit


Ignore:
Timestamp:
Apr 16, 2021, 9:45:48 PM (5 years ago)
Author:
Diego Pino Garcia
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.
Location:
trunk/LayoutTests
Files:
2 added
1 deleted
1 edited
2 copied

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r276193 r276194  
     12021-04-16  Diego Pino Garcia  <dpino@igalia.com>
     2
     3        [GLIB] Unreviewed test gardening. Update focus-visible tests baselines after r276127.
     4
     5        * platform/glib/imported/w3c/web-platform-tests/css/selectors/focus-visible-002-expected.txt: Added.
     6        * 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.
     7        * 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.
     8
    192021-04-16  Brent Fulgham  <bfulgham@apple.com>
    210
  • trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/css/selectors/focus-visible-003-expected.txt

    r276193 r276194  
    2929PASS Focus element INPUT#el-10 via mouse should NOT match :focus-visible as it does NOT support keyboard input
    3030PASS Focus element INPUT#el-12 via mouse should NOT match :focus-visible as it does NOT support keyboard input
    31 FAIL Focus element INPUT#el-13 via mouse should NOT match :focus-visible as it does NOT support keyboard input assert_equals: backgroundColor for INPUT#el-13 should be lime expected "rgb(0, 255, 0)" but got "rgb(255, 255, 255)"
     31PASS Focus element INPUT#el-13 via mouse should NOT match :focus-visible as it does NOT support keyboard input
    3232
  • trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/css/selectors/focus-visible-004-expected.txt

    r276193 r276194  
    2525PASS Focus element INPUT#el-8 via mouse should NOT match :focus-visible as it does NOT support keyboard input - not affected by "appearance: none"
    2626PASS Focus element INPUT#el-10 via mouse should NOT match :focus-visible as it does NOT support keyboard input - not affected by "appearance: none"
    27 FAIL Focus element INPUT#el-11 via mouse should NOT match :focus-visible as it does NOT support keyboard input - not affected by "appearance: none" assert_equals: backgroundColor for INPUT#el-11 should be lime expected "rgb(0, 255, 0)" but got "rgb(255, 255, 255)"
     27PASS Focus element INPUT#el-11 via mouse should NOT match :focus-visible as it does NOT support keyboard input - not affected by "appearance: none"
    2828
Note: See TracChangeset for help on using the changeset viewer.