Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
Pass::before pseudo element querying style() of originating element
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)")
    at Test.<anonymous> ( /css/css-conditional/container-queries/pseudo-elements-005.html:26:5)
Pass
assert_equals("100px", "100px")
    at Test.<anonymous> ( /css/css-conditional/container-queries/pseudo-elements-005.html:27:5)
Pass::before pseudo element not matching style()
Asserts run
Pass
assert_equals("rgb(255, 0, 0)", "rgb(255, 0, 0)")
    at Test.<anonymous> ( /css/css-conditional/container-queries/pseudo-elements-005.html:50:5)
Pass::before pseudo element matching style() query after class change
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)")
    at Test.<anonymous> ( /css/css-conditional/container-queries/pseudo-elements-005.html:56:5)