Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassCheck initial color.
Asserts run
Pass
assert_equals("rgb(255, 0, 0)", "rgb(255, 0, 0)", "Color should initial be red.")
    at Test.<anonymous> ( /css/cssom/selectorText-modification-restyle-002.html:21:5)
PassCheck that color changes correctly after shadow stylesheet selector and #container class is changed.
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "Color should be green after stylesheet change.")
    at Test.<anonymous> ( /css/cssom/selectorText-modification-restyle-002.html:29:5)