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

Side by Side Diff: LayoutTests/fast/dom/Range/detach-no-op-expected.txt

Issue 252783002: Make Range.detach() a no-op (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 7 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 CONSOLE WARNING: 'Range.detach' is now a no-op, as per DOM (http://dom.spec.what wg.org/#dom-range-detach).
2 Tests that Range.detach() is a no-op.
3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5
6
7 PASS range.startContainer is link
8 PASS range.startOffset is 0
9 PASS range.endContainer is link
10 PASS range.endOffset is 0
11 PASS range.collapsed is true
12 PASS range.commonAncestorContainer is link
13 PASS range.detach() did not throw exception.
14 PASS range.startContainer is link
15 PASS range.startOffset is 0
16 PASS range.endContainer is link
17 PASS range.endOffset is 0
18 PASS range.collapsed is true
19 PASS range.commonAncestorContainer is link
20 PASS successfullyParsed is true
21
22 TEST COMPLETE
23 testlink
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698