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

Unified Diff: LayoutTests/fast/dom/Range/range-intersectsNode-expected.txt

Issue 23404003: Make Range methods to work with detached node (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 2013-08-27T11:16:22 Created 7 years, 4 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/dom/Range/range-intersectsNode-expected.txt
diff --git a/LayoutTests/fast/dom/Range/range-intersectsNode-expected.txt b/LayoutTests/fast/dom/Range/range-intersectsNode-expected.txt
index 8910ad0f5244cc0baf0fd65c463a0ebe10f08d3c..08bd917e647811ccda7acf33efc3afe3d5ccfc45 100644
--- a/LayoutTests/fast/dom/Range/range-intersectsNode-expected.txt
+++ b/LayoutTests/fast/dom/Range/range-intersectsNode-expected.txt
@@ -53,7 +53,7 @@ PASS intersects is false
PASS range.intersectsNode(document) threw exception NotFoundError: An attempt was made to reference a Node in a context where it does not exist..
2.4 Range has no parent
-PASS range.selectNode(document) threw exception InvalidNodeTypeError: The supplied node is invalid or has an invalid ancestor for this operation..
+PASS range.selectNode(document) threw exception InvalidNodeTypeError: Failed to execute 'selectNode' on 'Range': the given Node has no parent..
2.5 Wrong documents
PASS intersects is false
« no previous file with comments | « LayoutTests/fast/dom/Range/range-exceptions-expected.txt ('k') | LayoutTests/fast/dom/Range/range-on-detached-node.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698