summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/xpath/detached-subtree-invalidate-iterator-expected.txt
blob: 4b4af525ac85d73ca6838330d2ce5726742510a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
Test that iterators are invalidated even if the original context is detached.

PASS result.invalidIteratorState is false
PASS result.iterateNext().tagName is 'span'
Modifying the document...
PASS result.invalidIteratorState is true
PASS result.iterateNext() threw exception Error: INVALID_STATE_ERR: DOM Exception 11.
PASS successfullyParsed is true

TEST COMPLETE