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

Side by Side Diff: LayoutTests/fast/dom/Range/range-on-detached-node-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, 3 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
(Empty)
1 PASS range.selectNode(sample.firstChild); range.startContainer is sample
2 PASS range.setEndBefore(sample.firstChild); range.startContainer is sample
3 PASS range.setEndAfter(sample.firstChild); range.startContainer is sample
4 PASS range.setStartAfter(sample.firstChild); range.startContainer is sample
5 PASS range.setStartBefore(sample.firstChild); range.startContainer is sample
6 PASS range.selectNode(sample); range.startContainer threw exception InvalidNodeT ypeError: Failed to execute 'selectNode' on 'Range': the given Node has no paren t..
7 PASS range.setEndAfter(sample); range.startContainer threw exception InvalidNode TypeError: Failed to execute 'setEndAfter' on 'Range': the given Node has no par ent..
8 PASS range.setEndBefore(sample); range.startContainer threw exception InvalidNod eTypeError: Failed to execute 'setEndBefore' on 'Range': the given Node has no p arent..
9 PASS range.setStartAfter(sample); range.startContainer threw exception InvalidNo deTypeError: Failed to execute 'setStartAfter' on 'Range': the given Node has no parent..
10 PASS range.setStartBefore(sample); range.startContainer threw exception InvalidN odeTypeError: Failed to execute 'setStartBefore' on 'Range': the given Node has no parent..
11 PASS successfullyParsed is true
12
13 TEST COMPLETE
14
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/Range/range-on-detached-node.html ('k') | LayoutTests/fast/dom/Range/resources/intersectsNode.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698