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

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: Remove WorkletAnimationTest.cpp from BUILD.gn 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 8652 matching lines...) Expand 10 before | Expand all | Expand 10 after
8663 getter onmessage 8663 getter onmessage
8664 method constructor 8664 method constructor
8665 method postMessage 8665 method postMessage
8666 method terminate 8666 method terminate
8667 setter onerror 8667 setter onerror
8668 setter onmessage 8668 setter onmessage
8669 interface Worklet 8669 interface Worklet
8670 attribute @@toStringTag 8670 attribute @@toStringTag
8671 method addModule 8671 method addModule
8672 method constructor 8672 method constructor
8673 interface WorkletAnimation
8674 attribute @@toStringTag
8675 getter playState
8676 method cancel
8677 method constructor
8678 method play
8673 interface WritableStream 8679 interface WritableStream
8674 getter locked 8680 getter locked
8675 method abort 8681 method abort
8676 method constructor 8682 method constructor
8677 method getWriter 8683 method getWriter
8678 interface XMLDocument : Document 8684 interface XMLDocument : Document
8679 attribute @@toStringTag 8685 attribute @@toStringTag
8680 method constructor 8686 method constructor
8681 interface XMLHttpRequest : XMLHttpRequestEventTarget 8687 interface XMLHttpRequest : XMLHttpRequestEventTarget
8682 attribute @@toStringTag 8688 attribute @@toStringTag
(...skipping 600 matching lines...) Expand 10 before | Expand all | Expand 10 after
9283 setter scrollY 9289 setter scrollY
9284 setter scrollbars 9290 setter scrollbars
9285 setter status 9291 setter status
9286 setter statusbar 9292 setter statusbar
9287 setter toolbar 9293 setter toolbar
9288 setter visualViewport 9294 setter visualViewport
9289 PASS successfullyParsed is true 9295 PASS successfullyParsed is true
9290 9296
9291 TEST COMPLETE 9297 TEST COMPLETE
9292 9298
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698