This should be green

Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassInitially the color is red
Asserts run
Pass
assert_equals("rgb(255, 0, 0)", "rgb(255, 0, 0)")
    at Test.<anonymous> ( /css/css-conditional/container-queries/display-contents-dynamic-style-queries.html:28:5)
PassAfter display and --foo changes, style() query causes the color to be green
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)")
    at Test.<anonymous> ( /css/css-conditional/container-queries/display-contents-dynamic-style-queries.html:33:5)