Summary

Harness status: OK

Found 4 tests

Details

ResultTest NameMessage
PassOuter scope query should not match container-name set by :host rule in shadow tree
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)")
    at Test.<anonymous> ( /css/css-conditional/container-queries/container-name-tree-scoped.html:97:5)
PassOuter scope query should not match container-name set by ::slotted rule in shadow tree
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)")
    at Test.<anonymous> ( /css/css-conditional/container-queries/container-name-tree-scoped.html:101:5)
PassInner scope query should match container-name set by :host rule in shadow tree
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)")
    at Test.<anonymous> ( /css/css-conditional/container-queries/container-name-tree-scoped.html:105:5)
PassInner scope query containing ::slotted should match container-name set by :host rule in shadow tree
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)")
    at Test.<anonymous> ( /css/css-conditional/container-queries/container-name-tree-scoped.html:109:5)