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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/service-worker-navigation-preload-disabled/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 8663 matching lines...) Expand 10 before | Expand all | Expand 10 after
8674 getter onmessage 8674 getter onmessage
8675 method constructor 8675 method constructor
8676 method postMessage 8676 method postMessage
8677 method terminate 8677 method terminate
8678 setter onerror 8678 setter onerror
8679 setter onmessage 8679 setter onmessage
8680 interface Worklet 8680 interface Worklet
8681 attribute @@toStringTag 8681 attribute @@toStringTag
8682 method addModule 8682 method addModule
8683 method constructor 8683 method constructor
8684 interface WorkletAnimation
8685 attribute @@toStringTag
8686 getter playState
8687 method cancel
8688 method constructor
8689 method play
8684 interface WritableStream 8690 interface WritableStream
8685 getter locked 8691 getter locked
8686 method abort 8692 method abort
8687 method constructor 8693 method constructor
8688 method getWriter 8694 method getWriter
8689 interface XMLDocument : Document 8695 interface XMLDocument : Document
8690 attribute @@toStringTag 8696 attribute @@toStringTag
8691 method constructor 8697 method constructor
8692 interface XMLHttpRequest : XMLHttpRequestEventTarget 8698 interface XMLHttpRequest : XMLHttpRequestEventTarget
8693 attribute @@toStringTag 8699 attribute @@toStringTag
(...skipping 600 matching lines...) Expand 10 before | Expand all | Expand 10 after
9294 setter scrollY 9300 setter scrollY
9295 setter scrollbars 9301 setter scrollbars
9296 setter status 9302 setter status
9297 setter statusbar 9303 setter statusbar
9298 setter toolbar 9304 setter toolbar
9299 setter visualViewport 9305 setter visualViewport
9300 PASS successfullyParsed is true 9306 PASS successfullyParsed is true
9301 9307
9302 TEST COMPLETE 9308 TEST COMPLETE
9303 9309
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698