Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / node-iterator-reference-node-removed-expected.txt
blob93cbdc3aedcf31abe92638f98590735a0c9b49da
1 This test removes the NodeItertor's current reference node, then continues to move through the document.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS iter.nextNode() is testDiv
7 PASS iter.nextNode() is div1
8 PASS iter.nextNode() is div2
9 PASS iter.nextNode() is null
10 PASS iter.previousNode() is div2
11 PASS iter.previousNode() is div1
12 PASS iter.nextNode() is div2
13 PASS successfullyParsed is true
15 TEST COMPLETE