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

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

Issue 2806623003: Implement Animation constructor (Closed)
Patch Set: Update one more webexposed test expectation Created 3 years, 7 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 AbsoluteOrientationSensor : OrientationSensor 8 interface AbsoluteOrientationSensor : OrientationSensor
9 attribute @@toStringTag 9 attribute @@toStringTag
10 method constructor 10 method constructor
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 getter smoothingTimeConstant 58 getter smoothingTimeConstant
59 method constructor 59 method constructor
60 method getByteFrequencyData 60 method getByteFrequencyData
61 method getByteTimeDomainData 61 method getByteTimeDomainData
62 method getFloatFrequencyData 62 method getFloatFrequencyData
63 method getFloatTimeDomainData 63 method getFloatTimeDomainData
64 setter fftSize 64 setter fftSize
65 setter maxDecibels 65 setter maxDecibels
66 setter minDecibels 66 setter minDecibels
67 setter smoothingTimeConstant 67 setter smoothingTimeConstant
68 interface Animation : EventTarget
69 attribute @@toStringTag
70 getter currentTime
71 getter effect
72 getter finished
73 getter id
74 getter oncancel
75 getter onfinish
76 getter playState
77 getter playbackRate
78 getter ready
79 getter startTime
80 getter timeline
81 method cancel
82 method constructor
83 method finish
84 method pause
85 method play
86 method reverse
87 setter currentTime
88 setter effect
89 setter id
90 setter oncancel
91 setter onfinish
92 setter playbackRate
93 setter startTime
68 interface AnimationEffectReadOnly 94 interface AnimationEffectReadOnly
69 attribute @@toStringTag 95 attribute @@toStringTag
70 getter timing 96 getter timing
71 method constructor 97 method constructor
72 method getComputedTiming 98 method getComputedTiming
73 interface AnimationEffectTiming : AnimationEffectTimingReadOnly 99 interface AnimationEffectTiming : AnimationEffectTimingReadOnly
74 attribute @@toStringTag 100 attribute @@toStringTag
75 getter delay 101 getter delay
76 getter direction 102 getter direction
77 getter duration 103 getter duration
(...skipping 9113 matching lines...) Expand 10 before | Expand all | Expand 10 after
9191 setter scrollY 9217 setter scrollY
9192 setter scrollbars 9218 setter scrollbars
9193 setter status 9219 setter status
9194 setter statusbar 9220 setter statusbar
9195 setter toolbar 9221 setter toolbar
9196 setter visualViewport 9222 setter visualViewport
9197 PASS successfullyParsed is true 9223 PASS successfullyParsed is true
9198 9224
9199 TEST COMPLETE 9225 TEST COMPLETE
9200 9226
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698