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

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

Issue 2806623003: Implement Animation constructor (Closed)
Patch Set: Add back in DCHECK about flag being enabled Created 3 years, 6 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 70: 'webkitURL' is deprecated. Please use 'URL' instead. 1 CONSOLE WARNING: line 70: '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 AbsoluteOrientationSensor : OrientationSensor 8 interface AbsoluteOrientationSensor : OrientationSensor
9 attribute @@toStringTag 9 attribute @@toStringTag
10 method constructor 10 method constructor
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 getter smoothingTimeConstant 106 getter smoothingTimeConstant
107 method constructor 107 method constructor
108 method getByteFrequencyData 108 method getByteFrequencyData
109 method getByteTimeDomainData 109 method getByteTimeDomainData
110 method getFloatFrequencyData 110 method getFloatFrequencyData
111 method getFloatTimeDomainData 111 method getFloatTimeDomainData
112 setter fftSize 112 setter fftSize
113 setter maxDecibels 113 setter maxDecibels
114 setter minDecibels 114 setter minDecibels
115 setter smoothingTimeConstant 115 setter smoothingTimeConstant
116 interface Animation : EventTarget
117 attribute @@toStringTag
118 getter currentTime
119 getter effect
120 getter finished
121 getter id
122 getter oncancel
123 getter onfinish
124 getter playState
125 getter playbackRate
126 getter ready
127 getter startTime
128 getter timeline
129 method cancel
130 method constructor
131 method finish
132 method pause
133 method play
134 method reverse
135 setter currentTime
136 setter effect
137 setter id
138 setter oncancel
139 setter onfinish
140 setter playbackRate
141 setter startTime
116 interface AnimationEffectReadOnly 142 interface AnimationEffectReadOnly
117 attribute @@toStringTag 143 attribute @@toStringTag
118 getter timing 144 getter timing
119 method constructor 145 method constructor
120 method getComputedTiming 146 method getComputedTiming
121 interface AnimationEffectTiming : AnimationEffectTimingReadOnly 147 interface AnimationEffectTiming : AnimationEffectTimingReadOnly
122 attribute @@toStringTag 148 attribute @@toStringTag
123 getter delay 149 getter delay
124 getter direction 150 getter direction
125 getter duration 151 getter duration
(...skipping 9089 matching lines...) Expand 10 before | Expand all | Expand 10 after
9215 setter scrollY 9241 setter scrollY
9216 setter scrollbars 9242 setter scrollbars
9217 setter status 9243 setter status
9218 setter statusbar 9244 setter statusbar
9219 setter toolbar 9245 setter toolbar
9220 setter view 9246 setter view
9221 PASS successfullyParsed is true 9247 PASS successfullyParsed is true
9222 9248
9223 TEST COMPLETE 9249 TEST COMPLETE
9224 9250
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698