The following text should be green:

Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassPart in outer host is styled by document style sheet
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)")
    at Test.<anonymous> ( /css/css-shadow-parts/inner-host.html:34:9)
PassPart in inner host is not styled by document style sheet
Asserts run
Pass
assert_equals("rgb(0, 0, 255)", "rgb(0, 0, 255)")
    at Test.<anonymous> ( /css/css-shadow-parts/inner-host.html:38:9)