Should be green

Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PasscssRules doesn't change on replace / replaceSync
Asserts run
Pass
assert_equals(object "[object CSSRuleList]", object "[object CSSRuleList]", "Rules should be the same after replaceSync")
    at Test.<anonymous> ( /css/cssom/CSSStyleSheet-constructable-cssRules.html:16:3)
Pass
assert_equals(object "[object CSSRuleList]", object "[object CSSRuleList]", "Rules should be the same after replace()")
    at Test.<anonymous> ( /css/cssom/CSSStyleSheet-constructable-cssRules.html:18:3)
Pass
assert_equals("rgb(0, 255, 0)", "rgb(0, 255, 0)", "Sheet should apply")
    at Test.<anonymous> ( /css/cssom/CSSStyleSheet-constructable-cssRules.html:20:3)