This text should be green.

Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassInitial computed color.
Asserts run
Pass
assert_equals("rgb(255, 0, 0)", "rgb(255, 0, 0)")
    at Test.<anonymous> ( /css/css-scoping/shadow-reassign-dynamic-003.html:11:5)
PassComputed color after re-slotting.
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)")
    at Test.<anonymous> ( /css/css-scoping/shadow-reassign-dynamic-003.html:16:5)