Side by Side 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-22T16:53:38
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.
1 PASS range.selectNode(sample.firstChild); range.startContainer is sample
2 PASS range.selectNode(sample); range.startContainer threw exception InvalidNodeT
ypeError: The supplied node is invalid or has an invalid ancestor for this opera
tion..
Issue 23071006: Make Range::selectNode() and Range::surroundContents() to work with detached node
(Closed)
Created 7 years, 4 months ago by yosin_UTC9
Modified 7 years, 3 months ago
Reviewers: tkent, Mike West
Base URL: svn://svn.chromium.org/blink/trunk
Comments: 7