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

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

Issue 2060833002: Implementation of 'AudioContext.getOutputTimestamp' method (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years 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 94: 'webkitURL' is deprecated. Please use 'URL' instead. 1 CONSOLE WARNING: line 94: '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 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 method stop 169 method stop
170 setter buffer 170 setter buffer
171 setter loop 171 setter loop
172 setter loopEnd 172 setter loopEnd
173 setter loopStart 173 setter loopStart
174 setter onended 174 setter onended
175 interface AudioContext : BaseAudioContext 175 interface AudioContext : BaseAudioContext
176 attribute @@toStringTag 176 attribute @@toStringTag
177 method close 177 method close
178 method constructor 178 method constructor
179 method getOutputTimestamp
179 method suspend 180 method suspend
180 interface AudioDestinationNode : AudioNode 181 interface AudioDestinationNode : AudioNode
181 attribute @@toStringTag 182 attribute @@toStringTag
182 getter maxChannelCount 183 getter maxChannelCount
183 method constructor 184 method constructor
184 interface AudioListener 185 interface AudioListener
185 attribute @@toStringTag 186 attribute @@toStringTag
186 getter forwardX 187 getter forwardX
187 getter forwardY 188 getter forwardY
188 getter forwardZ 189 getter forwardZ
(...skipping 8722 matching lines...) Expand 10 before | Expand all | Expand 10 after
8911 setter scrollY 8912 setter scrollY
8912 setter scrollbars 8913 setter scrollbars
8913 setter status 8914 setter status
8914 setter statusbar 8915 setter statusbar
8915 setter toolbar 8916 setter toolbar
8916 setter visualViewport 8917 setter visualViewport
8917 PASS successfullyParsed is true 8918 PASS successfullyParsed is true
8918 8919
8919 TEST COMPLETE 8920 TEST COMPLETE
8920 8921
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698