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

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

Issue 1820403002: Implement Automations for PannerNode and AutioListener (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update test because CL for min/maxValue AudioParam landed Created 4 years, 7 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/webaudio/audiolistener-automation-basic-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 CONSOLE WARNING: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineA udioContext' instead. 1 CONSOLE WARNING: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineA udioContext' instead.
2 CONSOLE WARNING: 'webkitAudioContext' is deprecated. Please use 'AudioContext' i nstead. 2 CONSOLE WARNING: 'webkitAudioContext' is deprecated. Please use 'AudioContext' i nstead.
3 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead. 3 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead.
4 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio n' instead. 4 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio n' instead.
5 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste ad. 5 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste ad.
6 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor e' instead. 6 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor e' instead.
7 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins tead. 7 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins tead.
8 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. 8 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead.
9 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste ad. 9 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste ad.
10 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins tead. 10 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins tead.
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 method resume 157 method resume
158 method suspend 158 method suspend
159 setter onstatechange 159 setter onstatechange
160 interface AudioDestinationNode : AudioNode 160 interface AudioDestinationNode : AudioNode
161 attribute @@toStringTag 161 attribute @@toStringTag
162 getter maxChannelCount 162 getter maxChannelCount
163 method constructor 163 method constructor
164 interface AudioListener 164 interface AudioListener
165 attribute @@toStringTag 165 attribute @@toStringTag
166 getter dopplerFactor 166 getter dopplerFactor
167 getter forwardX
168 getter forwardY
169 getter forwardZ
170 getter positionX
171 getter positionY
172 getter positionZ
167 getter speedOfSound 173 getter speedOfSound
174 getter upX
175 getter upY
176 getter upZ
168 method constructor 177 method constructor
169 method setOrientation 178 method setOrientation
170 method setPosition 179 method setPosition
171 method setVelocity 180 method setVelocity
172 setter dopplerFactor 181 setter dopplerFactor
173 setter speedOfSound 182 setter speedOfSound
174 interface AudioNode : EventTarget 183 interface AudioNode : EventTarget
175 attribute @@toStringTag 184 attribute @@toStringTag
176 getter channelCount 185 getter channelCount
177 getter channelCountMode 186 getter channelCountMode
(...skipping 6456 matching lines...) Expand 10 before | Expand all | Expand 10 after
6634 method stop 6643 method stop
6635 method webkitCancelAnimationFrame 6644 method webkitCancelAnimationFrame
6636 method webkitCancelRequestAnimationFrame 6645 method webkitCancelRequestAnimationFrame
6637 method webkitRequestAnimationFrame 6646 method webkitRequestAnimationFrame
6638 method webkitRequestFileSystem 6647 method webkitRequestFileSystem
6639 method webkitResolveLocalFileSystemURL 6648 method webkitResolveLocalFileSystemURL
6640 PASS successfullyParsed is true 6649 PASS successfullyParsed is true
6641 6650
6642 TEST COMPLETE 6651 TEST COMPLETE
6643 6652
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/webaudio/audiolistener-automation-basic-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698