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

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

Issue 2826983002: Rename Worklet.import() to Worklet.addModule(). (Closed)
Patch Set: Fixing Layout Tests Created 3 years, 8 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 95: 'webkitURL' is deprecated. Please use 'URL' instead. 1 CONSOLE WARNING: line 95: '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 8563 matching lines...) Expand 10 before | Expand all | Expand 10 after
8574 attribute @@toStringTag 8574 attribute @@toStringTag
8575 getter onerror 8575 getter onerror
8576 getter onmessage 8576 getter onmessage
8577 method constructor 8577 method constructor
8578 method postMessage 8578 method postMessage
8579 method terminate 8579 method terminate
8580 setter onerror 8580 setter onerror
8581 setter onmessage 8581 setter onmessage
8582 interface Worklet 8582 interface Worklet
8583 attribute @@toStringTag 8583 attribute @@toStringTag
8584 method addModule
8584 method constructor 8585 method constructor
8585 method import
8586 interface WritableStream 8586 interface WritableStream
8587 getter locked 8587 getter locked
8588 method abort 8588 method abort
8589 method constructor 8589 method constructor
8590 method getWriter 8590 method getWriter
8591 interface XMLDocument : Document 8591 interface XMLDocument : Document
8592 attribute @@toStringTag 8592 attribute @@toStringTag
8593 method constructor 8593 method constructor
8594 interface XMLHttpRequest : XMLHttpRequestEventTarget 8594 interface XMLHttpRequest : XMLHttpRequestEventTarget
8595 attribute @@toStringTag 8595 attribute @@toStringTag
(...skipping 593 matching lines...) Expand 10 before | Expand all | Expand 10 after
9189 setter scrollY 9189 setter scrollY
9190 setter scrollbars 9190 setter scrollbars
9191 setter status 9191 setter status
9192 setter statusbar 9192 setter statusbar
9193 setter toolbar 9193 setter toolbar
9194 setter visualViewport 9194 setter visualViewport
9195 PASS successfullyParsed is true 9195 PASS successfullyParsed is true
9196 9196
9197 TEST COMPLETE 9197 TEST COMPLETE
9198 9198
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698