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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/xpath/detached-subtree-invalidate-iterator-expected.txt
diff --git a/LayoutTests/fast/xpath/detached-subtree-invalidate-iterator-expected.txt b/LayoutTests/fast/xpath/detached-subtree-invalidate-iterator-expected.txt
index da9c3a07b1c0d45689b42dfb91ad4428032430aa..b9557d4bd9cc4282324251e500dec391f3b564e8 100644
--- a/LayoutTests/fast/xpath/detached-subtree-invalidate-iterator-expected.txt
+++ b/LayoutTests/fast/xpath/detached-subtree-invalidate-iterator-expected.txt
@@ -4,7 +4,7 @@ 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 result.iterateNext() threw exception InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable..
PASS successfullyParsed is true
TEST COMPLETE
« 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