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

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

Issue 2710593009: Selection API: add removeRange(). (Closed)
Patch Set: rebase Created 3 years, 10 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 5340 matching lines...) Expand 10 before | Expand all | Expand 10 after
5351 method collapseToEnd 5351 method collapseToEnd
5352 method collapseToStart 5352 method collapseToStart
5353 method constructor 5353 method constructor
5354 method containsNode 5354 method containsNode
5355 method deleteFromDocument 5355 method deleteFromDocument
5356 method empty 5356 method empty
5357 method extend 5357 method extend
5358 method getRangeAt 5358 method getRangeAt
5359 method modify 5359 method modify
5360 method removeAllRanges 5360 method removeAllRanges
5361 method removeRange
5361 method selectAllChildren 5362 method selectAllChildren
5362 method setBaseAndExtent 5363 method setBaseAndExtent
5363 method setPosition 5364 method setPosition
5364 method toString 5365 method toString
5365 interface ServiceWorker : EventTarget 5366 interface ServiceWorker : EventTarget
5366 attribute @@toStringTag 5367 attribute @@toStringTag
5367 getter onerror 5368 getter onerror
5368 getter onstatechange 5369 getter onstatechange
5369 getter scriptURL 5370 getter scriptURL
5370 getter state 5371 getter state
(...skipping 2418 matching lines...) Expand 10 before | Expand all | Expand 10 after
7789 setter scrollX 7790 setter scrollX
7790 setter scrollY 7791 setter scrollY
7791 setter scrollbars 7792 setter scrollbars
7792 setter status 7793 setter status
7793 setter statusbar 7794 setter statusbar
7794 setter toolbar 7795 setter toolbar
7795 PASS successfullyParsed is true 7796 PASS successfullyParsed is true
7796 7797
7797 TEST COMPLETE 7798 TEST COMPLETE
7798 7799
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698