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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/dom/Range/range-intersectsNode-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 This test checks the behavior of the intersectsNode() method on the Range object . 1 This test checks the behavior of the intersectsNode() method on the Range object .
3 It covers all configurations of the node/Range relationship and some exception c onditions. 2 It covers all configurations of the node/Range relationship and some exception c onditions.
4 3
5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
6 5
7 6
8 1.1 Node starts before the range and ends before the range 7 1.1 Node starts before the range and ends before the range
9 PASS intersects is false 8 PASS intersects is false
10 9
11 1.2 Node starts before the range, and range ends on a 1 10 1.2 Node starts before the range, and range ends on a 1
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 2.5 Wrong documents 58 2.5 Wrong documents
60 PASS intersects is false 59 PASS intersects is false
61 60
62 2.6 Node deleted 61 2.6 Node deleted
63 PASS range.intersectsNode(node) threw exception TypeError: Failed to execute 'in tersectsNode' on 'Range': parameter 1 is not of type 'Node'.. 62 PASS range.intersectsNode(node) threw exception TypeError: Failed to execute 'in tersectsNode' on 'Range': parameter 1 is not of type 'Node'..
64 63
65 PASS successfullyParsed is true 64 PASS successfullyParsed is true
66 65
67 TEST COMPLETE 66 TEST COMPLETE
68 67
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698