Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / MutationObserver / removed-out-of-order-expected.txt
blob55dfc0126ad8f41192c7a0dda828f4ebedfc2aaf
1 Test MutationEvents interfering with MutationObservers: removing nodes 'out of order'
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS mutations.length is 2
7 PASS mutations[0].addedNodes.length is 1
8 PASS mutations[0].removedNodes.length is 0
9 PASS mutations[0].addedNodes[0].tagName is 'B'
10 PASS mutations[1].addedNodes.length is 1
11 PASS mutations[1].removedNodes.length is 1
12 PASS mutations[1].removedNodes[0].tagName is 'B'
13 PASS mutations[1].addedNodes[0].tagName is 'I'
14 PASS successfullyParsed is true
16 TEST COMPLETE