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

Unified Diff: LayoutTests/fast/dom/Range/invalid-arguments-expected.txt

Issue 1149373003: Remove Range.compareNode() as it is not in the spec (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: updated webexposed/global-interface-listing.html Created 5 years, 5 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/dom/Range/invalid-arguments-expected.txt
diff --git a/LayoutTests/fast/dom/Range/invalid-arguments-expected.txt b/LayoutTests/fast/dom/Range/invalid-arguments-expected.txt
index 3d2edceae5b937848fa3c1904bb0e1a34c95a57e..333952b5f0f9e4bae40758cbff7d5dea3782ad3d 100644
--- a/LayoutTests/fast/dom/Range/invalid-arguments-expected.txt
+++ b/LayoutTests/fast/dom/Range/invalid-arguments-expected.txt
@@ -1,6 +1,4 @@
-CONSOLE WARNING: 'Range.compareNode()' is deprecated. Please use 'Range.compareBoundaryPoints()' instead.
PASS range.compareBoundaryPoints(0, noRange) threw exception TypeError: Failed to execute 'compareBoundaryPoints' on 'Range': parameter 2 is not of type 'Range'..
-PASS range.compareNode(noNode) threw exception TypeError: Failed to execute 'compareNode' on 'Range': parameter 1 is not of type 'Node'..
PASS range.comparePoint(noNode, 0) threw exception TypeError: Failed to execute 'comparePoint' on 'Range': parameter 1 is not of type 'Node'..
PASS range.insertNode(noNode) threw exception TypeError: Failed to execute 'insertNode' on 'Range': parameter 1 is not of type 'Node'..
PASS range.intersectsNode(noNode) threw exception TypeError: Failed to execute 'intersectsNode' on 'Range': parameter 1 is not of type 'Node'..
« no previous file with comments | « LayoutTests/fast/dom/Range/invalid-arguments.html ('k') | LayoutTests/fast/dom/Range/range-compareNode.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698