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

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

Issue 2869183002: Initial implementation of WorkletAnimation (Closed)
Patch Set: Remove WorkletAnimationTest.cpp from BUILD.gn 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 8660 matching lines...) Expand 10 before | Expand all | Expand 10 after
8671 getter onmessage 8671 getter onmessage
8672 method constructor 8672 method constructor
8673 method postMessage 8673 method postMessage
8674 method terminate 8674 method terminate
8675 setter onerror 8675 setter onerror
8676 setter onmessage 8676 setter onmessage
8677 interface Worklet 8677 interface Worklet
8678 attribute @@toStringTag 8678 attribute @@toStringTag
8679 method addModule 8679 method addModule
8680 method constructor 8680 method constructor
8681 interface WorkletAnimation
8682 attribute @@toStringTag
8683 getter playState
8684 method cancel
8685 method constructor
8686 method play
8681 interface WritableStream 8687 interface WritableStream
8682 getter locked 8688 getter locked
8683 method abort 8689 method abort
8684 method constructor 8690 method constructor
8685 method getWriter 8691 method getWriter
8686 interface XMLDocument : Document 8692 interface XMLDocument : Document
8687 attribute @@toStringTag 8693 attribute @@toStringTag
8688 method constructor 8694 method constructor
8689 interface XMLHttpRequest : XMLHttpRequestEventTarget 8695 interface XMLHttpRequest : XMLHttpRequestEventTarget
8690 attribute @@toStringTag 8696 attribute @@toStringTag
(...skipping 600 matching lines...) Expand 10 before | Expand all | Expand 10 after
9291 setter scrollY 9297 setter scrollY
9292 setter scrollbars 9298 setter scrollbars
9293 setter status 9299 setter status
9294 setter statusbar 9300 setter statusbar
9295 setter toolbar 9301 setter toolbar
9296 setter visualViewport 9302 setter visualViewport
9297 PASS successfullyParsed is true 9303 PASS successfullyParsed is true
9298 9304
9299 TEST COMPLETE 9305 TEST COMPLETE
9300 9306
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698