Summary

Harness status: OK

Found 21 tests

Details

ResultTest NameMessage
PassSystem color Canvas works
Asserts run
Pass
assert_equals("rgb(255, 255, 255)", "rgb(255, 255, 255)", "Canvas should be parsed")
    at Test.<anonymous> ( /css/css-color/system-color-support.html:82:9)
Pass
assert_not_equals("rgb(255, 255, 255)", "rgb(18, 18, 18)", "Canvas should react to color-scheme")
    at Test.<anonymous> ( /css/css-color/system-color-support.html:90:11)
PassSystem color CanvasText works
Asserts run
Pass
assert_equals("rgb(0, 0, 0)", "rgb(0, 0, 0)", "CanvasText should be parsed")
    at Test.<anonymous> ( /css/css-color/system-color-support.html:82:9)
Pass
assert_not_equals("rgb(0, 0, 0)", "rgb(255, 255, 255)", "CanvasText should react to color-scheme")
    at Test.<anonymous> ( /css/css-color/system-color-support.html:90:11)
PassSystem color LinkText works
Asserts run
Pass
assert_equals("rgb(0, 0, 238)", "rgb(0, 0, 238)", "LinkText should be parsed")
    at Test.<anonymous> ( /css/css-color/system-color-support.html:82:9)
Pass
assert_not_equals("rgb(0, 0, 238)", "rgb(158, 158, 255)", "LinkText should react to color-scheme")
    at Test.<anonymous> ( /css/css-color/system-color-support.html:90:11)
PassSystem color VisitedText works
Asserts run
Pass
assert_equals("rgb(0, 0, 238)", "rgb(0, 0, 238)", "VisitedText should be parsed")
    at Test.<anonymous> ( /css/css-color/system-color-support.html:82:9)
Pass
assert_not_equals("rgb(0, 0, 238)", "rgb(158, 158, 255)", "VisitedText should react to color-scheme")
    at Test.<anonymous> ( /css/css-color/system-color-support.html:90:11)
PassSystem color ActiveText works
Asserts run
Pass
assert_equals("rgb(0, 0, 238)", "rgb(0, 0, 238)", "ActiveText should be parsed")
    at Test.<anonymous> ( /css/css-color/system-color-support.html:82:9)
PassSystem color ButtonFace works
Asserts run
Pass
assert_equals("rgb(239, 239, 239)", "rgb(239, 239, 239)", "ButtonFace should be parsed")
    at Test.<anonymous> ( /css/css-color/system-color-support.html:82:9)
Pass
assert_not_equals("rgb(239, 239, 239)", "rgb(107, 107, 107)", "ButtonFace should react to color-scheme")
    at Test.<anonymous> ( /css/css-color/system-color-support.html:90:11)
PassSystem color ButtonText works
Asserts run
Pass
assert_equals("rgb(0, 0, 0)", "rgb(0, 0, 0)", "ButtonText should be parsed")
    at Test.<anonymous> ( /css/css-color/system-color-support.html:82:9)
Pass
assert_not_equals("rgb(0, 0, 0)", "rgb(255, 255, 255)", "ButtonText should react to color-scheme")
    at Test.<anonymous> ( /css/css-color/system-color-support.html:90:11)
PassSystem color ButtonBorder works
Asserts run
Pass
assert_equals("rgb(0, 0, 0)", "rgb(0, 0, 0)", "ButtonBorder should be parsed")
    at Test.<anonymous> ( /css/css-color/system-color-support.html:82:9)
PassSystem color Field works
Asserts run
Pass
assert_equals("rgb(255, 255, 255)", "rgb(255, 255, 255)", "Field should be parsed")
    at Test.<anonymous> ( /css/css-color/system-color-support.html:82:9)
Pass
assert_not_equals("rgb(255, 255, 255)", "rgb(18, 18, 18)", "Field should react to color-scheme")
    at Test.<anonymous> ( /css/css-color/system-color-support.html:90:11)
PassSystem color FieldText works
Asserts run
Pass
assert_equals("rgb(0, 0, 0)", "rgb(0, 0, 0)", "FieldText should be parsed")
    at Test.<anonymous> ( /css/css-color/system-color-support.html:82:9)
Pass
assert_not_equals("rgb(0, 0, 0)", "rgb(255, 255, 255)", "FieldText should react to color-scheme")
    at Test.<anonymous> ( /css/css-color/system-color-support.html:90:11)
FailSystem color Highlight worksassert_not_equals: Highlight should react to color-scheme got disallowed value "rgba(0, 65, 198, 0.8)"
    at Test.<anonymous> (http://wpt.live/css/css-color/system-color-support.html:90:11)
    at Test.step (http://wpt.live/resources/testharness.js:2642:25)
    at test (http://wpt.live/resources/testharness.js:633:30)
    at http://wpt.live/css/css-color/system-color-support.html:81:7
Asserts run
Pass
assert_equals("rgba(0, 65, 198, 0.8)", "rgba(0, 65, 198, 0.8)", "Highlight should be parsed")
    at Test.<anonymous> ( /css/css-color/system-color-support.html:82:9)
Fail
assert_not_equals("rgba(0, 65, 198, 0.8)", "rgba(0, 65, 198, 0.8)", "Highlight should react to color-scheme")
    at Test.<anonymous> ( /css/css-color/system-color-support.html:90:11)
PassSystem color HighlightText works
Asserts run
Pass
assert_equals("rgb(255, 255, 255)", "rgb(255, 255, 255)", "HighlightText should be parsed")
    at Test.<anonymous> ( /css/css-color/system-color-support.html:82:9)
PassSystem color SelectedItem works
Asserts run
Pass
assert_equals("rgb(25, 103, 210)", "rgb(25, 103, 210)", "SelectedItem should be parsed")
    at Test.<anonymous> ( /css/css-color/system-color-support.html:82:9)
Pass
assert_not_equals("rgb(25, 103, 210)", "rgb(153, 200, 255)", "SelectedItem should react to color-scheme")
    at Test.<anonymous> ( /css/css-color/system-color-support.html:90:11)
PassSystem color SelectedItemText works
Asserts run
Pass
assert_equals("rgb(255, 255, 255)", "rgb(255, 255, 255)", "SelectedItemText should be parsed")
    at Test.<anonymous> ( /css/css-color/system-color-support.html:82:9)
PassSystem color Mark works
Asserts run
Pass
assert_equals("rgb(255, 255, 0)", "rgb(255, 255, 0)", "Mark should be parsed")
    at Test.<anonymous> ( /css/css-color/system-color-support.html:82:9)
PassSystem color MarkText works
Asserts run
Pass
assert_equals("rgb(0, 0, 0)", "rgb(0, 0, 0)", "MarkText should be parsed")
    at Test.<anonymous> ( /css/css-color/system-color-support.html:82:9)
PassSystem color GrayText works
Asserts run
Pass
assert_equals("rgb(128, 128, 128)", "rgb(128, 128, 128)", "GrayText should be parsed")
    at Test.<anonymous> ( /css/css-color/system-color-support.html:82:9)
FailSystem color AccentColor worksassert_equals: AccentColor should be parsed expected "rgb(255, 255, 255)" but got "rgb(0, 0, 0)"
    at Test.<anonymous> (http://wpt.live/css/css-color/system-color-support.html:82:9)
    at Test.step (http://wpt.live/resources/testharness.js:2642:25)
    at test (http://wpt.live/resources/testharness.js:633:30)
    at http://wpt.live/css/css-color/system-color-support.html:81:7
Asserts run
Fail
assert_equals("rgb(0, 0, 0)", "rgb(255, 255, 255)", "AccentColor should be parsed")
    at Test.<anonymous> ( /css/css-color/system-color-support.html:82:9)
FailSystem color AccentColorText worksassert_equals: AccentColorText should be parsed expected "rgb(255, 255, 255)" but got "rgb(0, 0, 0)"
    at Test.<anonymous> (http://wpt.live/css/css-color/system-color-support.html:82:9)
    at Test.step (http://wpt.live/resources/testharness.js:2642:25)
    at test (http://wpt.live/resources/testharness.js:633:30)
    at http://wpt.live/css/css-color/system-color-support.html:81:7
Asserts run
Fail
assert_equals("rgb(0, 0, 0)", "rgb(255, 255, 255)", "AccentColorText should be parsed")
    at Test.<anonymous> ( /css/css-color/system-color-support.html:82:9)
PassSystem color AppWorkspace works
Asserts run
Pass
assert_equals("rgb(255, 255, 255)", "rgb(255, 255, 255)", "AppWorkspace should be parsed")
    at Test.<anonymous> ( /css/css-color/system-color-support.html:82:9)
Pass
assert_not_equals("rgb(255, 255, 255)", "rgb(18, 18, 18)", "AppWorkspace should react to color-scheme")
    at Test.<anonymous> ( /css/css-color/system-color-support.html:90:11)
PassSystem color Scrollbar works
Asserts run
Pass
assert_equals("rgb(255, 255, 255)", "rgb(255, 255, 255)", "Scrollbar should be parsed")
    at Test.<anonymous> ( /css/css-color/system-color-support.html:82:9)
Pass
assert_not_equals("rgb(255, 255, 255)", "rgb(18, 18, 18)", "Scrollbar should react to color-scheme")
    at Test.<anonymous> ( /css/css-color/system-color-support.html:90:11)