This text should be green

Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassSlotted matches rules against the slot in the right tree
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)")
    at Test.<anonymous> ( /css/css-scoping/slotted-nested.html:39:5)
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)")
    at Test.<anonymous> ( /css/css-scoping/slotted-nested.html:40:5)
PassStyle invalidation works correctly for nested slots
Asserts run
Pass
assert_not_equals("rgb(0, 0, 0)", "rgb(0, 128, 0)")
    at Test.<anonymous> ( /css/css-scoping/slotted-nested.html:44:5)
Pass
assert_not_equals("rgba(0, 0, 0, 0)", "rgb(0, 128, 0)")
    at Test.<anonymous> ( /css/css-scoping/slotted-nested.html:47:5)