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

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

Issue 2669663004: Rename cancelValuesAndHoldAtTime to cancelAndHoldAtTime. (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/platform/win/virtual/stable/webexposed/global-interface-listing-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: 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 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 method disconnect 141 method disconnect
142 setter channelCount 142 setter channelCount
143 setter channelCountMode 143 setter channelCountMode
144 setter channelInterpretation 144 setter channelInterpretation
145 interface AudioParam 145 interface AudioParam
146 attribute @@toStringTag 146 attribute @@toStringTag
147 getter defaultValue 147 getter defaultValue
148 getter maxValue 148 getter maxValue
149 getter minValue 149 getter minValue
150 getter value 150 getter value
151 method cancelAndHoldAtTime
151 method cancelScheduledValues 152 method cancelScheduledValues
152 method cancelValuesAndHoldAtTime
153 method constructor 153 method constructor
154 method exponentialRampToValueAtTime 154 method exponentialRampToValueAtTime
155 method linearRampToValueAtTime 155 method linearRampToValueAtTime
156 method setTargetAtTime 156 method setTargetAtTime
157 method setValueAtTime 157 method setValueAtTime
158 method setValueCurveAtTime 158 method setValueCurveAtTime
159 setter value 159 setter value
160 interface AudioProcessingEvent : Event 160 interface AudioProcessingEvent : Event
161 attribute @@toStringTag 161 attribute @@toStringTag
162 getter inputBuffer 162 getter inputBuffer
(...skipping 7599 matching lines...) Expand 10 before | Expand all | Expand 10 after
7762 setter scrollX 7762 setter scrollX
7763 setter scrollY 7763 setter scrollY
7764 setter scrollbars 7764 setter scrollbars
7765 setter status 7765 setter status
7766 setter statusbar 7766 setter statusbar
7767 setter toolbar 7767 setter toolbar
7768 PASS successfullyParsed is true 7768 PASS successfullyParsed is true
7769 7769
7770 TEST COMPLETE 7770 TEST COMPLETE
7771 7771
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/platform/win/virtual/stable/webexposed/global-interface-listing-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698