This background should be green and not red

Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassProperty background-color value 'color-mix(in srgb, currentcolor, white)' should not leak :visited for computed style
Asserts run
Pass
assert_true(true, "background-color doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'color-mix(in srgb, currentcolor, white)' is a supported value for background-color.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("color(srgb 1 0.5 0.5)", "color(srgb 1 0.5 0.5)")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
Pass
assert_equals("color(srgb 1 0.5 0.5)", "color(srgb 1 0.5 0.5)", "computed value should round-trip")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:40:7)