blob: da9c3a07b1c0d45689b42dfb91ad4428032430aa [file] [log] [blame]
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: InvalidStateError: DOM Exception 11.
PASS successfullyParsed is true
TEST COMPLETE