Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassCheck that the system colors are properly affected by the color-scheme.
Asserts run
Pass
assert_not_equals("rgb(0, 0, 0)", "rgb(255, 255, 255)")
    at Test.<anonymous> ( /css/css-color-adjust/rendering/dark-color-scheme/color-scheme-system-colors.html:15:5)
Pass
assert_not_equals("rgb(255, 255, 255)", "rgb(18, 18, 18)")
    at Test.<anonymous> ( /css/css-color-adjust/rendering/dark-color-scheme/color-scheme-system-colors.html:16:5)