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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/service-worker-navigation-preload-disabled/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 9027 matching lines...) Expand 10 before | Expand all | Expand 10 after
9230 setter scrollY 9229 setter scrollY
9231 setter scrollbars 9230 setter scrollbars
9232 setter status 9231 setter status
9233 setter statusbar 9232 setter statusbar
9234 setter toolbar 9233 setter toolbar
9235 setter view 9234 setter view
9236 PASS successfullyParsed is true 9235 PASS successfullyParsed is true
9237 9236
9238 TEST COMPLETE 9237 TEST COMPLETE
9239 9238
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698