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

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

Issue 1516553002: Remove deprecation messages for no-ops that are left in the specs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase and update tests Created 5 years 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
OLDNEW
1 CONSOLE WARNING: 'Range.detach' is now a no-op, as per DOM (https://dom.spec.wha twg.org/#dom-range-detach).
2 Tests that Range.detach() is a no-op. 1 Tests that Range.detach() is a no-op.
3 2
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 4
6 5
7 PASS range.startContainer is link 6 PASS range.startContainer is link
8 PASS range.startOffset is 0 7 PASS range.startOffset is 0
9 PASS range.endContainer is link 8 PASS range.endContainer is link
10 PASS range.endOffset is 0 9 PASS range.endOffset is 0
11 PASS range.collapsed is true 10 PASS range.collapsed is true
12 PASS range.commonAncestorContainer is link 11 PASS range.commonAncestorContainer is link
13 PASS range.detach() did not throw exception. 12 PASS range.detach() did not throw exception.
14 PASS range.startContainer is link 13 PASS range.startContainer is link
15 PASS range.startOffset is 0 14 PASS range.startOffset is 0
16 PASS range.endContainer is link 15 PASS range.endContainer is link
17 PASS range.endOffset is 0 16 PASS range.endOffset is 0
18 PASS range.collapsed is true 17 PASS range.collapsed is true
19 PASS range.commonAncestorContainer is link 18 PASS range.commonAncestorContainer is link
20 PASS successfullyParsed is true 19 PASS successfullyParsed is true
21 20
22 TEST COMPLETE 21 TEST COMPLETE
23 testlink 22 testlink
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698