1 Test that iterators are invalidated even if the original context is detached. 2 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 Error: INVALID_STATE_ERR: DOM Exception 11. 8 PASS successfullyParsed is true 9 10 TEST COMPLETE 11 12