Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassThe constructor of inserted rule object must be from iframe
Asserts run
Pass
assert_equals(function "function CSSStyleRule() { [native code] }", function "function CSSStyleRule() { [native code] }")
    at Test.<anonymous> ( /css/cssom/insertRule-across-context.html:24:5)
PassThe constructor of inserted rule object must be from iframe for new CSSStyleSheet()
Asserts run
Pass
assert_equals(function "function CSSStyleRule() { [native code] }", function "function CSSStyleRule() { [native code] }")
    at Test.<anonymous> ( /css/cssom/insertRule-across-context.html:30:5)