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

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

Issue 2869183002: Initial implementation of WorkletAnimation (Closed)
Patch Set: Fix include for new v8 bindings path Created 3 years, 3 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 8698 matching lines...) Expand 10 before | Expand all | Expand 10 after
8709 getter onmessage 8709 getter onmessage
8710 method constructor 8710 method constructor
8711 method postMessage 8711 method postMessage
8712 method terminate 8712 method terminate
8713 setter onerror 8713 setter onerror
8714 setter onmessage 8714 setter onmessage
8715 interface Worklet 8715 interface Worklet
8716 attribute @@toStringTag 8716 attribute @@toStringTag
8717 method addModule 8717 method addModule
8718 method constructor 8718 method constructor
8719 interface WorkletAnimation
8720 attribute @@toStringTag
8721 getter playState
8722 method cancel
8723 method constructor
8724 method play
8719 interface WritableStream 8725 interface WritableStream
8720 getter locked 8726 getter locked
8721 method abort 8727 method abort
8722 method constructor 8728 method constructor
8723 method getWriter 8729 method getWriter
8724 interface XMLDocument : Document 8730 interface XMLDocument : Document
8725 attribute @@toStringTag 8731 attribute @@toStringTag
8726 method constructor 8732 method constructor
8727 interface XMLHttpRequest : XMLHttpRequestEventTarget 8733 interface XMLHttpRequest : XMLHttpRequestEventTarget
8728 attribute @@toStringTag 8734 attribute @@toStringTag
(...skipping 600 matching lines...) Expand 10 before | Expand all | Expand 10 after
9329 setter scrollY 9335 setter scrollY
9330 setter scrollbars 9336 setter scrollbars
9331 setter status 9337 setter status
9332 setter statusbar 9338 setter statusbar
9333 setter toolbar 9339 setter toolbar
9334 setter visualViewport 9340 setter visualViewport
9335 PASS successfullyParsed is true 9341 PASS successfullyParsed is true
9336 9342
9337 TEST COMPLETE 9343 TEST COMPLETE
9338 9344
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698