Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(133)

Side by Side Diff: LayoutTests/fast/xpath/detached-subtree-invalidate-iterator-expected.txt

Issue 16818023: DOMException toString is not correct (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 Test that iterators are invalidated even if the original context is detached. 1 Test that iterators are invalidated even if the original context is detached.
2 2
3 PASS result.invalidIteratorState is false 3 PASS result.invalidIteratorState is false
4 PASS result.iterateNext().tagName is 'span' 4 PASS result.iterateNext().tagName is 'span'
5 Modifying the document... 5 Modifying the document...
6 PASS result.invalidIteratorState is true 6 PASS result.invalidIteratorState is true
7 PASS result.iterateNext() threw exception Error: InvalidStateError: DOM Exceptio n 11. 7 PASS result.iterateNext() threw exception InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable..
8 PASS successfullyParsed is true 8 PASS successfullyParsed is true
9 9
10 TEST COMPLETE 10 TEST COMPLETE
11 11
OLDNEW
« no previous file with comments | « LayoutTests/fast/xpath/attr-namespace-expected.txt ('k') | LayoutTests/fast/xpath/invalid-functions-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698