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/platform/android/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/platform/android/webexposed/global-interface-listing-expected.txt
diff --git a/LayoutTests/platform/android/webexposed/global-interface-listing-expected.txt b/LayoutTests/platform/android/webexposed/global-interface-listing-expected.txt
index 2a06f3413daeab92a4c394d30309bf7fa3e9abf5..41b5e6e8300ff25102502bc21996190d960a4496 100644
--- a/LayoutTests/platform/android/webexposed/global-interface-listing-expected.txt
+++ b/LayoutTests/platform/android/webexposed/global-interface-listing-expected.txt
@@ -3817,10 +3817,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
@@ -3833,7 +3829,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