blob: 5cac2c7e1678b1b92f68110fe8dd35fd830f857a [file] [log] [blame]
Test that MutationObservers move correctly across documents
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Testing basic aspects of cross-document observation.
PASS mutations.length is 1
PASS mutations[0].type is "attributes"
PASS mutations[0].target is div
PASS mutations[0].attributeName is "id"
PASS mutations[0].attributeNamespace is null
Testing that subtree observation works after node is moved.
PASS mutations.length is 1
PASS mutations[0].type is "attributes"
PASS mutations[0].target is subDiv
PASS mutations[0].attributeName is "id"
PASS mutations[0].attributeNamespace is null
PASS successfullyParsed is true
TEST COMPLETE