Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassRegistered color with light color-scheme and light-dark()
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)")
    at Test.<anonymous> ( /css/css-conditional/container-queries/registered-color-style-queries.html:37:5)
PassRegistered color with dark color-scheme and light-dark()
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)")
    at Test.<anonymous> ( /css/css-conditional/container-queries/registered-color-style-queries.html:41:5)