tizen beta release
[profile/ivi/webkit-efl.git] / LayoutTests / fast / mutation / cross-document-expected.txt
1 Test that MutationObservers move correctly across documents
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6 Testing basic aspects of cross-document observation.
7 PASS mutations.length is 1
8 PASS mutations[0].type is "attributes"
9 PASS mutations[0].target is div
10 PASS mutations[0].attributeName is "id"
11 PASS mutations[0].attributeNamespace is null
12
13 Testing that subtree observation works after node is moved.
14 PASS mutations.length is 1
15 PASS mutations[0].type is "attributes"
16 PASS mutations[0].target is subDiv
17 PASS mutations[0].attributeName is "id"
18 PASS mutations[0].attributeNamespace is null
19
20 PASS successfullyParsed is true
21
22 TEST COMPLETE
23