Changeset 276194 in webkit
- Timestamp:
- Apr 16, 2021, 9:45:48 PM (5 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 2 added
- 1 deleted
- 1 edited
- 2 copied
-
ChangeLog (modified) (1 diff)
-
platform/glib/imported/w3c/web-platform-tests/css/selectors (added)
-
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 (copied) (copied from trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/css/selectors/focus-visible-003-expected.txt ) (1 diff)
-
platform/glib/imported/w3c/web-platform-tests/css/selectors/focus-visible-004-expected.txt (copied) (copied from trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/css/selectors/focus-visible-004-expected.txt ) (1 diff)
-
platform/wpe/imported/w3c/web-platform-tests/css/selectors (deleted)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r276193 r276194 1 2021-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 1 9 2021-04-16 Brent Fulgham <bfulgham@apple.com> 2 10 -
trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/css/selectors/focus-visible-003-expected.txt
r276193 r276194 29 29 PASS Focus element INPUT#el-10 via mouse should NOT match :focus-visible as it does NOT support keyboard input 30 30 PASS 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)" 31 PASS Focus element INPUT#el-13 via mouse should NOT match :focus-visible as it does NOT support keyboard input 32 32 -
trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/css/selectors/focus-visible-004-expected.txt
r276193 r276194 25 25 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" 26 26 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" 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)"27 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" 28 28
Note:
See TracChangeset
for help on using the changeset viewer.