Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / MutationObserver / cross-document-expected.txt
blob91ed4390471885dad5d86614c652c0ed4f16b717
1 Test that MutationObservers move correctly across documents
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
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
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
20 PASS successfullyParsed is true
22 TEST COMPLETE