Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
Pass@import stylesheet is properly unlinked from parent after removal
Asserts run
Pass
assert_not_equals(object "[object CSSStyleSheet]", null, "@import rule should have a stylesheet")
    at Test.<anonymous> ( /css/cssom/cssimportrule-parent.html:15:3)
Pass
assert_equals(object "[object CSSStyleSheet]", object "[object CSSStyleSheet]", "@import rule should the correct parent")
    at Test.<anonymous> ( /css/cssom/cssimportrule-parent.html:16:3)
Pass
assert_equals(null, null, "@import rule should be correctly unlinked")
    at Test.<anonymous> ( /css/cssom/cssimportrule-parent.html:18:3)