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

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: address reviewer 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 6410 matching lines...) Expand 10 before | Expand all | Expand 10 after
6421 method constructor 6421 method constructor
6422 method lock 6422 method lock
6423 method unlock 6423 method unlock
6424 setter onchange 6424 setter onchange
6425 interface ScriptProcessorNode : AudioNode 6425 interface ScriptProcessorNode : AudioNode
6426 attribute @@toStringTag 6426 attribute @@toStringTag
6427 getter bufferSize 6427 getter bufferSize
6428 getter onaudioprocess 6428 getter onaudioprocess
6429 method constructor 6429 method constructor
6430 setter onaudioprocess 6430 setter onaudioprocess
6431 interface ScrollTimeline : AnimationTimeline
6432 attribute @@toStringTag
6433 getter orientation
6434 getter scrollSource
6435 getter timeRange
6436 method constructor
6431 interface SecurityPolicyViolationEvent : Event 6437 interface SecurityPolicyViolationEvent : Event
6432 attribute @@toStringTag 6438 attribute @@toStringTag
6433 getter blockedURI 6439 getter blockedURI
6434 getter columnNumber 6440 getter columnNumber
6435 getter disposition 6441 getter disposition
6436 getter documentURI 6442 getter documentURI
6437 getter effectiveDirective 6443 getter effectiveDirective
6438 getter lineNumber 6444 getter lineNumber
6439 getter originalPolicy 6445 getter originalPolicy
6440 getter referrer 6446 getter referrer
(...skipping 2805 matching lines...) Expand 10 before | Expand all | Expand 10 after
9246 setter scrollY 9252 setter scrollY
9247 setter scrollbars 9253 setter scrollbars
9248 setter status 9254 setter status
9249 setter statusbar 9255 setter statusbar
9250 setter toolbar 9256 setter toolbar
9251 setter visualViewport 9257 setter visualViewport
9252 PASS successfullyParsed is true 9258 PASS successfullyParsed is true
9253 9259
9254 TEST COMPLETE 9260 TEST COMPLETE
9255 9261
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698