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

Side by Side Diff: third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt

Issue 2710593009: Selection API: add removeRange(). (Closed)
Patch Set: rebase Created 3 years, 9 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 unified diff | Download patch
OLDNEW
1 CONSOLE WARNING: line 95: 'webkitURL' is deprecated. Please use 'URL' instead. 1 CONSOLE WARNING: line 95: 'webkitURL' is deprecated. Please use 'URL' instead.
2 This test documents all interface attributes and methods on the global window ob ject and element instances. 2 This test documents all interface attributes and methods on the global window ob ject and element instances.
3 3
4 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 ".
5 5
6 6
7 [INTERFACES] 7 [INTERFACES]
8 interface Accelerometer : Sensor 8 interface Accelerometer : Sensor
9 attribute @@toStringTag 9 attribute @@toStringTag
10 getter includesGravity 10 getter includesGravity
(...skipping 6262 matching lines...) Expand 10 before | Expand all | Expand 10 after
6273 method collapseToEnd 6273 method collapseToEnd
6274 method collapseToStart 6274 method collapseToStart
6275 method constructor 6275 method constructor
6276 method containsNode 6276 method containsNode
6277 method deleteFromDocument 6277 method deleteFromDocument
6278 method empty 6278 method empty
6279 method extend 6279 method extend
6280 method getRangeAt 6280 method getRangeAt
6281 method modify 6281 method modify
6282 method removeAllRanges 6282 method removeAllRanges
6283 method removeRange
6283 method selectAllChildren 6284 method selectAllChildren
6284 method setBaseAndExtent 6285 method setBaseAndExtent
6285 method setPosition 6286 method setPosition
6286 method toString 6287 method toString
6287 interface Sensor : EventTarget 6288 interface Sensor : EventTarget
6288 attribute @@toStringTag 6289 attribute @@toStringTag
6289 getter onactivate 6290 getter onactivate
6290 getter onchange 6291 getter onchange
6291 getter onerror 6292 getter onerror
6292 getter state 6293 getter state
(...skipping 2769 matching lines...) Expand 10 before | Expand all | Expand 10 after
9062 setter scrollY 9063 setter scrollY
9063 setter scrollbars 9064 setter scrollbars
9064 setter status 9065 setter status
9065 setter statusbar 9066 setter statusbar
9066 setter toolbar 9067 setter toolbar
9067 setter visualViewport 9068 setter visualViewport
9068 PASS successfullyParsed is true 9069 PASS successfullyParsed is true
9069 9070
9070 TEST COMPLETE 9071 TEST COMPLETE
9071 9072
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698