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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/virtual/stable/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 AnalyserNode : AudioNode 8 interface AnalyserNode : AudioNode
9 attribute @@toStringTag 9 attribute @@toStringTag
10 getter fftSize 10 getter fftSize
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 getter loopStart 99 getter loopStart
100 getter playbackRate 100 getter playbackRate
101 method constructor 101 method constructor
102 method start 102 method start
103 setter buffer 103 setter buffer
104 setter loop 104 setter loop
105 setter loopEnd 105 setter loopEnd
106 setter loopStart 106 setter loopStart
107 interface AudioContext : BaseAudioContext 107 interface AudioContext : BaseAudioContext
108 attribute @@toStringTag 108 attribute @@toStringTag
109 getter baseLatency
109 method close 110 method close
110 method constructor 111 method constructor
111 method getOutputTimestamp 112 method getOutputTimestamp
112 method suspend 113 method suspend
113 interface AudioDestinationNode : AudioNode 114 interface AudioDestinationNode : AudioNode
114 attribute @@toStringTag 115 attribute @@toStringTag
115 getter maxChannelCount 116 getter maxChannelCount
116 method constructor 117 method constructor
117 interface AudioListener 118 interface AudioListener
118 attribute @@toStringTag 119 attribute @@toStringTag
(...skipping 7583 matching lines...) Expand 10 before | Expand all | Expand 10 after
7702 setter scrollX 7703 setter scrollX
7703 setter scrollY 7704 setter scrollY
7704 setter scrollbars 7705 setter scrollbars
7705 setter status 7706 setter status
7706 setter statusbar 7707 setter statusbar
7707 setter toolbar 7708 setter toolbar
7708 PASS successfullyParsed is true 7709 PASS successfullyParsed is true
7709 7710
7710 TEST COMPLETE 7711 TEST COMPLETE
7711 7712
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698