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

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

Issue 2947103002: Expose getAnimations as function on Document (Closed)
Patch Set: Rebase Created 3 years, 5 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 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 method constructor 187 method constructor
188 interface AnimationPlaybackEvent : Event 188 interface AnimationPlaybackEvent : Event
189 attribute @@toStringTag 189 attribute @@toStringTag
190 getter currentTime 190 getter currentTime
191 getter timelineTime 191 getter timelineTime
192 method constructor 192 method constructor
193 interface AnimationTimeline 193 interface AnimationTimeline
194 attribute @@toStringTag 194 attribute @@toStringTag
195 getter currentTime 195 getter currentTime
196 method constructor 196 method constructor
197 method getAnimations
198 interface AppBannerPromptResult 197 interface AppBannerPromptResult
199 attribute @@toStringTag 198 attribute @@toStringTag
200 getter outcome 199 getter outcome
201 getter platform 200 getter platform
202 method constructor 201 method constructor
203 interface ApplicationCache : EventTarget 202 interface ApplicationCache : EventTarget
204 attribute @@toStringTag 203 attribute @@toStringTag
205 attribute CHECKING 204 attribute CHECKING
206 attribute DOWNLOADING 205 attribute DOWNLOADING
207 attribute IDLE 206 attribute IDLE
(...skipping 1368 matching lines...) Expand 10 before | Expand all | Expand 10 after
1576 method createTextNode 1575 method createTextNode
1577 method createTouch 1576 method createTouch
1578 method createTouchList 1577 method createTouchList
1579 method createTreeWalker 1578 method createTreeWalker
1580 method elementFromPoint 1579 method elementFromPoint
1581 method elementsFromPoint 1580 method elementsFromPoint
1582 method evaluate 1581 method evaluate
1583 method execCommand 1582 method execCommand
1584 method exitFullscreen 1583 method exitFullscreen
1585 method exitPointerLock 1584 method exitPointerLock
1585 method getAnimations
1586 method getElementById 1586 method getElementById
1587 method getElementsByClassName 1587 method getElementsByClassName
1588 method getElementsByName 1588 method getElementsByName
1589 method getElementsByTagName 1589 method getElementsByTagName
1590 method getElementsByTagNameNS 1590 method getElementsByTagNameNS
1591 method getSelection 1591 method getSelection
1592 method hasFocus 1592 method hasFocus
1593 method importNode 1593 method importNode
1594 method open 1594 method open
1595 method prepend 1595 method prepend
(...skipping 7641 matching lines...) Expand 10 before | Expand all | Expand 10 after
9237 setter scrollY 9237 setter scrollY
9238 setter scrollbars 9238 setter scrollbars
9239 setter status 9239 setter status
9240 setter statusbar 9240 setter statusbar
9241 setter toolbar 9241 setter toolbar
9242 setter view 9242 setter view
9243 PASS successfullyParsed is true 9243 PASS successfullyParsed is true
9244 9244
9245 TEST COMPLETE 9245 TEST COMPLETE
9246 9246
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698