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

Side by Side Diff: third_party/WebKit/LayoutTests/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
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 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 method disconnect 206 method disconnect
207 setter channelCount 207 setter channelCount
208 setter channelCountMode 208 setter channelCountMode
209 setter channelInterpretation 209 setter channelInterpretation
210 interface AudioParam 210 interface AudioParam
211 attribute @@toStringTag 211 attribute @@toStringTag
212 getter defaultValue 212 getter defaultValue
213 getter maxValue 213 getter maxValue
214 getter minValue 214 getter minValue
215 getter value 215 getter value
216 method cancelAndHoldAtTime
216 method cancelScheduledValues 217 method cancelScheduledValues
217 method cancelValuesAndHoldAtTime
218 method constructor 218 method constructor
219 method exponentialRampToValueAtTime 219 method exponentialRampToValueAtTime
220 method linearRampToValueAtTime 220 method linearRampToValueAtTime
221 method setTargetAtTime 221 method setTargetAtTime
222 method setValueAtTime 222 method setValueAtTime
223 method setValueCurveAtTime 223 method setValueCurveAtTime
224 setter value 224 setter value
225 interface AudioProcessingEvent : Event 225 interface AudioProcessingEvent : Event
226 attribute @@toStringTag 226 attribute @@toStringTag
227 getter inputBuffer 227 getter inputBuffer
(...skipping 8786 matching lines...) Expand 10 before | Expand all | Expand 10 after
9014 setter scrollY 9014 setter scrollY
9015 setter scrollbars 9015 setter scrollbars
9016 setter status 9016 setter status
9017 setter statusbar 9017 setter statusbar
9018 setter toolbar 9018 setter toolbar
9019 setter visualViewport 9019 setter visualViewport
9020 PASS successfullyParsed is true 9020 PASS successfullyParsed is true
9021 9021
9022 TEST COMPLETE 9022 TEST COMPLETE
9023 9023
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698