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)
Pass
Check 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)