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

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: Switch back to RuntimeEnabled, fix nits 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 6406 matching lines...) Expand 10 before | Expand all | Expand 10 after
6417 method constructor 6417 method constructor
6418 method lock 6418 method lock
6419 method unlock 6419 method unlock
6420 setter onchange 6420 setter onchange
6421 interface ScriptProcessorNode : AudioNode 6421 interface ScriptProcessorNode : AudioNode
6422 attribute @@toStringTag 6422 attribute @@toStringTag
6423 getter bufferSize 6423 getter bufferSize
6424 getter onaudioprocess 6424 getter onaudioprocess
6425 method constructor 6425 method constructor
6426 setter onaudioprocess 6426 setter onaudioprocess
6427 interface ScrollTimeline : AnimationTimeline
6428 attribute @@toStringTag
6429 getter orientation
6430 getter scrollSource
6431 getter timeRange
6432 method constructor
6427 interface SecurityPolicyViolationEvent : Event 6433 interface SecurityPolicyViolationEvent : Event
6428 attribute @@toStringTag 6434 attribute @@toStringTag
6429 getter blockedURI 6435 getter blockedURI
6430 getter columnNumber 6436 getter columnNumber
6431 getter disposition 6437 getter disposition
6432 getter documentURI 6438 getter documentURI
6433 getter effectiveDirective 6439 getter effectiveDirective
6434 getter lineNumber 6440 getter lineNumber
6435 getter originalPolicy 6441 getter originalPolicy
6436 getter referrer 6442 getter referrer
(...skipping 2805 matching lines...) Expand 10 before | Expand all | Expand 10 after
9242 setter scrollY 9248 setter scrollY
9243 setter scrollbars 9249 setter scrollbars
9244 setter status 9250 setter status
9245 setter statusbar 9251 setter statusbar
9246 setter toolbar 9252 setter toolbar
9247 setter visualViewport 9253 setter visualViewport
9248 PASS successfullyParsed is true 9254 PASS successfullyParsed is true
9249 9255
9250 TEST COMPLETE 9256 TEST COMPLETE
9251 9257
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698