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

Unified Diff: LayoutTests/virtual/stable/webexposed/global-interface-listing-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/virtual/stable/webexposed/global-interface-listing-expected.txt
diff --git a/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt b/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
index ca24bc4b55012cc7016f9a0adb28fae86f745c0c..3545c49e4bb558920d1a135b4962df3caeffb5d6 100644
--- a/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
+++ b/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
@@ -3215,10 +3215,6 @@ interface RadioNodeList
interface Range
attribute END_TO_END
attribute END_TO_START
- attribute NODE_AFTER
- attribute NODE_BEFORE
- attribute NODE_BEFORE_AND_AFTER
- attribute NODE_INSIDE
attribute START_TO_END
attribute START_TO_START
getter collapsed
@@ -3231,7 +3227,6 @@ interface Range
method cloneRange
method collapse
method compareBoundaryPoints
- method compareNode
method comparePoint
method constructor
method createContextualFragment

Powered by Google App Engine
This is Rietveld 408576698