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

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

Issue 2952783002: Make AnimationTimeline.currentTime readonly (Closed)
Patch Set: Delete obsolete setCurrentTime* methods 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 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 interface AnimationPlaybackEvent : Event 182 interface AnimationPlaybackEvent : Event
183 attribute @@toStringTag 183 attribute @@toStringTag
184 getter currentTime 184 getter currentTime
185 getter timelineTime 185 getter timelineTime
186 method constructor 186 method constructor
187 interface AnimationTimeline 187 interface AnimationTimeline
188 attribute @@toStringTag 188 attribute @@toStringTag
189 getter currentTime 189 getter currentTime
190 method constructor 190 method constructor
191 method getAnimations 191 method getAnimations
192 setter currentTime
193 interface AppBannerPromptResult 192 interface AppBannerPromptResult
194 attribute @@toStringTag 193 attribute @@toStringTag
195 getter outcome 194 getter outcome
196 getter platform 195 getter platform
197 method constructor 196 method constructor
198 interface ApplicationCache : EventTarget 197 interface ApplicationCache : EventTarget
199 attribute @@toStringTag 198 attribute @@toStringTag
200 attribute CHECKING 199 attribute CHECKING
201 attribute DOWNLOADING 200 attribute DOWNLOADING
202 attribute IDLE 201 attribute IDLE
(...skipping 9035 matching lines...) Expand 10 before | Expand all | Expand 10 after
9238 setter scrollY 9237 setter scrollY
9239 setter scrollbars 9238 setter scrollbars
9240 setter status 9239 setter status
9241 setter statusbar 9240 setter statusbar
9242 setter toolbar 9241 setter toolbar
9243 setter view 9242 setter view
9244 PASS successfullyParsed is true 9243 PASS successfullyParsed is true
9245 9244
9246 TEST COMPLETE 9245 TEST COMPLETE
9247 9246
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698