Title: [246676] trunk/LayoutTests
Revision
246676
Author
[email protected]
Date
2019-06-21 03:32:17 -0700 (Fri, 21 Jun 2019)

Log Message

Unreviewed GTK gardening. Rebaseline css-dark-mode/default-colors.html.

* platform/gtk/TestExpectations:
* platform/gtk/css-dark-mode/default-colors-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (246675 => 246676)


--- trunk/LayoutTests/ChangeLog	2019-06-21 10:22:42 UTC (rev 246675)
+++ trunk/LayoutTests/ChangeLog	2019-06-21 10:32:17 UTC (rev 246676)
@@ -1,5 +1,12 @@
 2019-06-21  Carlos Garcia Campos  <[email protected]>
 
+        Unreviewed GTK gardening. Rebaseline css-dark-mode/default-colors.html.
+
+        * platform/gtk/TestExpectations:
+        * platform/gtk/css-dark-mode/default-colors-expected.txt:
+
+2019-06-21  Carlos Garcia Campos  <[email protected]>
+
         Unreviewed GTK gardening. Skip touch event tests.
 
         Since r245788 touch events support is enabled at runtime depending on whether there's an actual touch device

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (246675 => 246676)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2019-06-21 10:22:42 UTC (rev 246675)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2019-06-21 10:32:17 UTC (rev 246676)
@@ -3850,8 +3850,6 @@
 
 webkit.org/b/197252 http/tests/adClickAttribution/send-attribution-conversion-request.html [ Failure ]
 
-webkit.org/b/197706 css-dark-mode/default-colors.html [ Failure ]
-
 webkit.org/b/197708 http/wpt/beacon/beacon-async-error-logging.html [ Failure ]
 webkit.org/b/197708 http/wpt/beacon/cors/cors-preflight-cookie.html [ Failure ]
 

Modified: trunk/LayoutTests/platform/gtk/css-dark-mode/default-colors-expected.txt (246675 => 246676)


--- trunk/LayoutTests/platform/gtk/css-dark-mode/default-colors-expected.txt	2019-06-21 10:22:42 UTC (rev 246675)
+++ trunk/LayoutTests/platform/gtk/css-dark-mode/default-colors-expected.txt	2019-06-21 10:32:17 UTC (rev 246676)
@@ -1,10 +1,10 @@
 
 PASS Body text color is black, since the page isn't in dark mode 
-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)"
+PASS View base background color is white, since the page isn't in dark mode 
 PASS Set dark appearance 
 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)"
-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)"
+PASS View base background color is white, since the page hasn't set a supported color scheme 
 PASS Set prefers-color-schemes: light dark on the body 
 PASS Body text color is white 
-FAIL View base background color is a dark grey assert_equals: expected "rgb(30, 30, 30)" but got "rgb(53, 53, 53)"
+FAIL View base background color is a dark grey assert_equals: expected "rgb(30, 30, 30)" but got "rgb(51, 57, 59)"
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to