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

Unified Diff: LayoutTests/fast/dom/Range/selectNode-for-detached-node-expected.txt

Issue 23071006: Make Range::selectNode() and Range::surroundContents() to work with detached node (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 2013-08-22T18:44:46 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/selectNode-for-detached-node-expected.txt
diff --git a/LayoutTests/fast/dom/Range/selectNode-for-detached-node-expected.txt b/LayoutTests/fast/dom/Range/selectNode-for-detached-node-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..05220bfdfc65e9a679f608f030fb48d756047d4f
--- /dev/null
+++ b/LayoutTests/fast/dom/Range/selectNode-for-detached-node-expected.txt
@@ -0,0 +1,6 @@
+PASS range.selectNode(sample.firstChild); range.startContainer is sample
+PASS range.selectNode(sample); range.startContainer threw exception InvalidNodeTypeError: Failed to execute 'selectNode' on 'Range': the given Node has no parent..
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698