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

Changeset 246676 in webkit


Ignore:
Timestamp:
Jun 21, 2019, 3:32:17 AM (7 years ago)
Author:
Carlos Garcia Campos
Message:

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

  • platform/gtk/TestExpectations:
  • platform/gtk/css-dark-mode/default-colors-expected.txt:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r246675 r246676  
     12019-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
    182019-06-21  Carlos Garcia Campos  <cgarcia@igalia.com>
    29
  • trunk/LayoutTests/platform/gtk/TestExpectations

    r246675 r246676  
    38513851webkit.org/b/197252 http/tests/adClickAttribution/send-attribution-conversion-request.html [ Failure ]
    38523852
    3853 webkit.org/b/197706 css-dark-mode/default-colors.html [ Failure ]
    3854 
    38553853webkit.org/b/197708 http/wpt/beacon/beacon-async-error-logging.html [ Failure ]
    38563854webkit.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  
    11
    22PASS 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)"
     3PASS View base background color is white, since the page isn't in dark mode
    44PASS Set dark appearance
    55FAIL 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)"
     6PASS View base background color is white, since the page hasn't set a supported color scheme
    77PASS Set prefers-color-schemes: light dark on the body
    88PASS 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(53, 53, 53)"
     9FAIL View base background color is a dark grey assert_equals: expected "rgb(30, 30, 30)" but got "rgb(51, 57, 59)"
    1010
Note: See TracChangeset for help on using the changeset viewer.