Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassChanging the style of a node that switched documents works
Asserts run
Pass
assert_not_equals(Document node with 1 child, Document node with 2 children, "The new <div> belongs to the iframe, not the main document")
    at Test.<anonymous> ( /css/cssom/style-attr-update-across-documents.html:27:7)
Pass
assert_equals(Document node with 2 children, Document node with 2 children, "The new <div> now belongs to the main document")
    at Test.<anonymous> ( /css/cssom/style-attr-update-across-documents.html:31:7)
Pass
assert_equals("rgb(0, 0, 255)", "rgb(0, 0, 255)", "The new <div>'s background-color is blue")
    at Test.<anonymous> ( /css/cssom/style-attr-update-across-documents.html:35:7)
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "The new <div>'s background-color is green")
    at Test.<anonymous> ( /css/cssom/style-attr-update-across-documents.html:42:7)