Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / xpath / detached-subtree-invalidate-iterator-expected.txt
blob0cf2a751d3be00efdf32deba1c86479eb1cd3ff6
1 Test that iterators are invalidated even if the original context is detached.
3 PASS result.invalidIteratorState is false
4 PASS result.iterateNext().tagName is 'span'
5 Modifying the document...
6 PASS result.invalidIteratorState is true
7 PASS result.iterateNext() threw exception InvalidStateError: Failed to execute 'iterateNext' on 'XPathResult': The document has mutated since the result was returned..
8 PASS successfullyParsed is true
10 TEST COMPLETE