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

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

Issue 2501863003: Support for AudioContextOptions latencyHint. (Closed)
Patch Set: Fixes to WebAudioDeviceImpl unit test. 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 Accelerometer : Sensor 8 interface Accelerometer : Sensor
9 attribute @@toStringTag 9 attribute @@toStringTag
10 getter includesGravity 10 getter includesGravity
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 getter loopStart 156 getter loopStart
157 getter playbackRate 157 getter playbackRate
158 method constructor 158 method constructor
159 method start 159 method start
160 setter buffer 160 setter buffer
161 setter loop 161 setter loop
162 setter loopEnd 162 setter loopEnd
163 setter loopStart 163 setter loopStart
164 interface AudioContext : BaseAudioContext 164 interface AudioContext : BaseAudioContext
165 attribute @@toStringTag 165 attribute @@toStringTag
166 getter baseLatency
166 method close 167 method close
167 method constructor 168 method constructor
168 method getOutputTimestamp 169 method getOutputTimestamp
169 method suspend 170 method suspend
170 interface AudioDestinationNode : AudioNode 171 interface AudioDestinationNode : AudioNode
171 attribute @@toStringTag 172 attribute @@toStringTag
172 getter maxChannelCount 173 getter maxChannelCount
173 method constructor 174 method constructor
174 interface AudioListener 175 interface AudioListener
175 attribute @@toStringTag 176 attribute @@toStringTag
(...skipping 8863 matching lines...) Expand 10 before | Expand all | Expand 10 after
9039 setter scrollY 9040 setter scrollY
9040 setter scrollbars 9041 setter scrollbars
9041 setter status 9042 setter status
9042 setter statusbar 9043 setter statusbar
9043 setter toolbar 9044 setter toolbar
9044 setter visualViewport 9045 setter visualViewport
9045 PASS successfullyParsed is true 9046 PASS successfullyParsed is true
9046 9047
9047 TEST COMPLETE 9048 TEST COMPLETE
9048 9049
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698