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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/stable/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 3 years, 12 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 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 AnalyserNode : AudioNode 8 interface AnalyserNode : AudioNode
9 attribute @@toStringTag 9 attribute @@toStringTag
10 getter fftSize 10 getter fftSize
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 method stop 104 method stop
105 setter buffer 105 setter buffer
106 setter loop 106 setter loop
107 setter loopEnd 107 setter loopEnd
108 setter loopStart 108 setter loopStart
109 setter onended 109 setter onended
110 interface AudioContext : BaseAudioContext 110 interface AudioContext : BaseAudioContext
111 attribute @@toStringTag 111 attribute @@toStringTag
112 method close 112 method close
113 method constructor 113 method constructor
114 method getOutputTimestamp
114 method suspend 115 method suspend
115 interface AudioDestinationNode : AudioNode 116 interface AudioDestinationNode : AudioNode
116 attribute @@toStringTag 117 attribute @@toStringTag
117 getter maxChannelCount 118 getter maxChannelCount
118 method constructor 119 method constructor
119 interface AudioListener 120 interface AudioListener
120 attribute @@toStringTag 121 attribute @@toStringTag
121 getter forwardX 122 getter forwardX
122 getter forwardY 123 getter forwardY
123 getter forwardZ 124 getter forwardZ
(...skipping 7638 matching lines...) Expand 10 before | Expand all | Expand 10 after
7762 setter scrollX 7763 setter scrollX
7763 setter scrollY 7764 setter scrollY
7764 setter scrollbars 7765 setter scrollbars
7765 setter status 7766 setter status
7766 setter statusbar 7767 setter statusbar
7767 setter toolbar 7768 setter toolbar
7768 PASS successfullyParsed is true 7769 PASS successfullyParsed is true
7769 7770
7770 TEST COMPLETE 7771 TEST COMPLETE
7771 7772
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698