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

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

Issue 2792513002: Ship ReadableStream pipeTo() (Closed)
Patch Set: Add a comment explaining the purpose of the asserts in PipeTo Created 3 years, 8 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 4125 matching lines...) Expand 10 before | Expand all | Expand 10 after
4136 method setStart 4136 method setStart
4137 method setStartAfter 4137 method setStartAfter
4138 method setStartBefore 4138 method setStartBefore
4139 method surroundContents 4139 method surroundContents
4140 method toString 4140 method toString
4141 interface ReadableStream 4141 interface ReadableStream
4142 getter locked 4142 getter locked
4143 method cancel 4143 method cancel
4144 method constructor 4144 method constructor
4145 method getReader 4145 method getReader
4146 method pipeThrough
4147 method pipeTo
4146 method tee 4148 method tee
4147 interface RemotePlayback : EventTarget 4149 interface RemotePlayback : EventTarget
4148 attribute @@toStringTag 4150 attribute @@toStringTag
4149 getter onconnect 4151 getter onconnect
4150 getter onconnecting 4152 getter onconnecting
4151 getter ondisconnect 4153 getter ondisconnect
4152 getter state 4154 getter state
4153 method cancelWatchAvailability 4155 method cancelWatchAvailability
4154 method constructor 4156 method constructor
4155 method prompt 4157 method prompt
(...skipping 3628 matching lines...) Expand 10 before | Expand all | Expand 10 after
7784 setter scrollX 7786 setter scrollX
7785 setter scrollY 7787 setter scrollY
7786 setter scrollbars 7788 setter scrollbars
7787 setter status 7789 setter status
7788 setter statusbar 7790 setter statusbar
7789 setter toolbar 7791 setter toolbar
7790 PASS successfullyParsed is true 7792 PASS successfullyParsed is true
7791 7793
7792 TEST COMPLETE 7794 TEST COMPLETE
7793 7795
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698