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

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

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

Powered by Google App Engine
This is Rietveld 408576698