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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/virtual/stable/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 AnalyserNode : AudioNode 8 interface AnalyserNode : AudioNode
9 attribute @@toStringTag 9 attribute @@toStringTag
10 getter fftSize 10 getter fftSize
(...skipping 5268 matching lines...) Expand 10 before | Expand all | Expand 10 after
5279 method collapseToEnd 5279 method collapseToEnd
5280 method collapseToStart 5280 method collapseToStart
5281 method constructor 5281 method constructor
5282 method containsNode 5282 method containsNode
5283 method deleteFromDocument 5283 method deleteFromDocument
5284 method empty 5284 method empty
5285 method extend 5285 method extend
5286 method getRangeAt 5286 method getRangeAt
5287 method modify 5287 method modify
5288 method removeAllRanges 5288 method removeAllRanges
5289 method removeRange
5289 method selectAllChildren 5290 method selectAllChildren
5290 method setBaseAndExtent 5291 method setBaseAndExtent
5291 method setPosition 5292 method setPosition
5292 method toString 5293 method toString
5293 interface ServiceWorker : EventTarget 5294 interface ServiceWorker : EventTarget
5294 attribute @@toStringTag 5295 attribute @@toStringTag
5295 getter onerror 5296 getter onerror
5296 getter onstatechange 5297 getter onstatechange
5297 getter scriptURL 5298 getter scriptURL
5298 getter state 5299 getter state
(...skipping 2418 matching lines...) Expand 10 before | Expand all | Expand 10 after
7717 setter scrollX 7718 setter scrollX
7718 setter scrollY 7719 setter scrollY
7719 setter scrollbars 7720 setter scrollbars
7720 setter status 7721 setter status
7721 setter statusbar 7722 setter statusbar
7722 setter toolbar 7723 setter toolbar
7723 PASS successfullyParsed is true 7724 PASS successfullyParsed is true
7724 7725
7725 TEST COMPLETE 7726 TEST COMPLETE
7726 7727
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698