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

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

Issue 2873493002: Basic ScrollTimeline implementation for Animation Worklet (Closed)
Patch Set: Rebase 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 6371 matching lines...) Expand 10 before | Expand all | Expand 10 after
6382 method constructor 6382 method constructor
6383 method lock 6383 method lock
6384 method unlock 6384 method unlock
6385 setter onchange 6385 setter onchange
6386 interface ScriptProcessorNode : AudioNode 6386 interface ScriptProcessorNode : AudioNode
6387 attribute @@toStringTag 6387 attribute @@toStringTag
6388 getter bufferSize 6388 getter bufferSize
6389 getter onaudioprocess 6389 getter onaudioprocess
6390 method constructor 6390 method constructor
6391 setter onaudioprocess 6391 setter onaudioprocess
6392 interface ScrollTimeline : AnimationTimeline
6393 attribute @@toStringTag
6394 getter orientation
6395 getter scrollSource
6396 getter timeRange
6397 method constructor
6392 interface SecurityPolicyViolationEvent : Event 6398 interface SecurityPolicyViolationEvent : Event
6393 attribute @@toStringTag 6399 attribute @@toStringTag
6394 getter blockedURI 6400 getter blockedURI
6395 getter columnNumber 6401 getter columnNumber
6396 getter disposition 6402 getter disposition
6397 getter documentURI 6403 getter documentURI
6398 getter effectiveDirective 6404 getter effectiveDirective
6399 getter lineNumber 6405 getter lineNumber
6400 getter originalPolicy 6406 getter originalPolicy
6401 getter referrer 6407 getter referrer
(...skipping 2800 matching lines...) Expand 10 before | Expand all | Expand 10 after
9202 setter scrollY 9208 setter scrollY
9203 setter scrollbars 9209 setter scrollbars
9204 setter status 9210 setter status
9205 setter statusbar 9211 setter statusbar
9206 setter toolbar 9212 setter toolbar
9207 setter view 9213 setter view
9208 PASS successfullyParsed is true 9214 PASS successfullyParsed is true
9209 9215
9210 TEST COMPLETE 9216 TEST COMPLETE
9211 9217
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698