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

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

Issue 2869183002: Initial implementation of WorkletAnimation (Closed)
Patch Set: add spec link 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 8688 matching lines...) Expand 10 before | Expand all | Expand 10 after
8699 getter onmessage 8699 getter onmessage
8700 method constructor 8700 method constructor
8701 method postMessage 8701 method postMessage
8702 method terminate 8702 method terminate
8703 setter onerror 8703 setter onerror
8704 setter onmessage 8704 setter onmessage
8705 interface Worklet 8705 interface Worklet
8706 attribute @@toStringTag 8706 attribute @@toStringTag
8707 method addModule 8707 method addModule
8708 method constructor 8708 method constructor
8709 interface WorkletAnimation
8710 attribute @@toStringTag
8711 getter playState
8712 method cancel
8713 method constructor
8714 method play
8709 interface WritableStream 8715 interface WritableStream
8710 getter locked 8716 getter locked
8711 method abort 8717 method abort
8712 method constructor 8718 method constructor
8713 method getWriter 8719 method getWriter
8714 interface XMLDocument : Document 8720 interface XMLDocument : Document
8715 attribute @@toStringTag 8721 attribute @@toStringTag
8716 method constructor 8722 method constructor
8717 interface XMLHttpRequest : XMLHttpRequestEventTarget 8723 interface XMLHttpRequest : XMLHttpRequestEventTarget
8718 attribute @@toStringTag 8724 attribute @@toStringTag
(...skipping 600 matching lines...) Expand 10 before | Expand all | Expand 10 after
9319 setter scrollY 9325 setter scrollY
9320 setter scrollbars 9326 setter scrollbars
9321 setter status 9327 setter status
9322 setter statusbar 9328 setter statusbar
9323 setter toolbar 9329 setter toolbar
9324 setter visualViewport 9330 setter visualViewport
9325 PASS successfullyParsed is true 9331 PASS successfullyParsed is true
9326 9332
9327 TEST COMPLETE 9333 TEST COMPLETE
9328 9334
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698