Changeset 246676 in webkit
- Timestamp:
- Jun 21, 2019, 3:32:17 AM (7 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 3 edited
-
ChangeLog (modified) (1 diff)
-
platform/gtk/TestExpectations (modified) (1 diff)
-
platform/gtk/css-dark-mode/default-colors-expected.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r246675 r246676 1 2019-06-21 Carlos Garcia Campos <cgarcia@igalia.com> 2 3 Unreviewed GTK gardening. Rebaseline css-dark-mode/default-colors.html. 4 5 * platform/gtk/TestExpectations: 6 * platform/gtk/css-dark-mode/default-colors-expected.txt: 7 1 8 2019-06-21 Carlos Garcia Campos <cgarcia@igalia.com> 2 9 -
trunk/LayoutTests/platform/gtk/TestExpectations
r246675 r246676 3851 3851 webkit.org/b/197252 http/tests/adClickAttribution/send-attribution-conversion-request.html [ Failure ] 3852 3852 3853 webkit.org/b/197706 css-dark-mode/default-colors.html [ Failure ]3854 3855 3853 webkit.org/b/197708 http/wpt/beacon/beacon-async-error-logging.html [ Failure ] 3856 3854 webkit.org/b/197708 http/wpt/beacon/cors/cors-preflight-cookie.html [ Failure ] -
trunk/LayoutTests/platform/gtk/css-dark-mode/default-colors-expected.txt
r244766 r246676 1 1 2 2 PASS Body text color is black, since the page isn't in dark mode 3 FAIL View base background color is white, since the page isn't in dark mode assert_equals: expected "rgb(255, 255, 255)" but got "rgb(246, 245, 244)" 3 PASS View base background color is white, since the page isn't in dark mode 4 4 PASS Set dark appearance 5 5 FAIL Body text color is black, since the page hasn't set a supported color scheme assert_equals: expected "rgb(0, 0, 0)" but got "rgb(255, 255, 255)" 6 FAIL View base background color is white, since the page hasn't set a supported color scheme assert_equals: expected "rgb(255, 255, 255)" but got "rgb(246, 245, 244)" 6 PASS View base background color is white, since the page hasn't set a supported color scheme 7 7 PASS Set prefers-color-schemes: light dark on the body 8 8 PASS Body text color is white 9 FAIL View base background color is a dark grey assert_equals: expected "rgb(30, 30, 30)" but got "rgb(5 3, 53, 53)"9 FAIL View base background color is a dark grey assert_equals: expected "rgb(30, 30, 30)" but got "rgb(51, 57, 59)" 10 10
Note:
See TracChangeset
for help on using the changeset viewer.