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

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

Issue 2869183002: Initial implementation of WorkletAnimation (Closed)
Patch Set: Use a prefinalizer Created 3 years, 4 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 8671 matching lines...) Expand 10 before | Expand all | Expand 10 after
8682 getter onmessage 8682 getter onmessage
8683 method constructor 8683 method constructor
8684 method postMessage 8684 method postMessage
8685 method terminate 8685 method terminate
8686 setter onerror 8686 setter onerror
8687 setter onmessage 8687 setter onmessage
8688 interface Worklet 8688 interface Worklet
8689 attribute @@toStringTag 8689 attribute @@toStringTag
8690 method addModule 8690 method addModule
8691 method constructor 8691 method constructor
8692 interface WorkletAnimation
8693 attribute @@toStringTag
8694 getter playState
8695 method cancel
8696 method constructor
8697 method play
8692 interface WritableStream 8698 interface WritableStream
8693 getter locked 8699 getter locked
8694 method abort 8700 method abort
8695 method constructor 8701 method constructor
8696 method getWriter 8702 method getWriter
8697 interface XMLDocument : Document 8703 interface XMLDocument : Document
8698 attribute @@toStringTag 8704 attribute @@toStringTag
8699 method constructor 8705 method constructor
8700 interface XMLHttpRequest : XMLHttpRequestEventTarget 8706 interface XMLHttpRequest : XMLHttpRequestEventTarget
8701 attribute @@toStringTag 8707 attribute @@toStringTag
(...skipping 600 matching lines...) Expand 10 before | Expand all | Expand 10 after
9302 setter scrollY 9308 setter scrollY
9303 setter scrollbars 9309 setter scrollbars
9304 setter status 9310 setter status
9305 setter statusbar 9311 setter statusbar
9306 setter toolbar 9312 setter toolbar
9307 setter visualViewport 9313 setter visualViewport
9308 PASS successfullyParsed is true 9314 PASS successfullyParsed is true
9309 9315
9310 TEST COMPLETE 9316 TEST COMPLETE
9311 9317
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698