Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassShared style invalidation with removals
Asserts run
Pass
assert_equals("rgb(255, 0, 0)", "rgb(255, 0, 0)", "Common style should apply to helper")
    at Test.<anonymous> ( /css/css-scoping/shadow-shared-style-cache-001.html:19:3)
Pass
assert_equals("rgb(255, 0, 0)", "rgb(255, 0, 0)", "Common style should apply to host")
    at Test.<anonymous> ( /css/css-scoping/shadow-shared-style-cache-001.html:22:3)
Pass
assert_equals("rgb(0, 255, 0)", "rgb(0, 255, 0)", "Common style should no longer apply to host")
    at Test.<anonymous> ( /css/css-scoping/shadow-shared-style-cache-001.html:25:3)