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

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

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
« no previous file with comments | « no previous file | LayoutTests/fast/dom/Range/invalid-arguments-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/Range/invalid-arguments.html
diff --git a/LayoutTests/fast/dom/Range/invalid-arguments.html b/LayoutTests/fast/dom/Range/invalid-arguments.html
index 3642c90ca779f426337605b5896fea4ae685ed66..1dad36b15ed67db6536a973a77e2e570d9493e78 100644
--- a/LayoutTests/fast/dom/Range/invalid-arguments.html
+++ b/LayoutTests/fast/dom/Range/invalid-arguments.html
@@ -10,7 +10,6 @@ var noNode = {};
var noRange = document.body;
[
"compareBoundaryPoints(0, noRange)",
- "compareNode(noNode)",
"comparePoint(noNode, 0)",
"insertNode(noNode)",
"intersectsNode(noNode)",
« no previous file with comments | « no previous file | LayoutTests/fast/dom/Range/invalid-arguments-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698