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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/service-worker-navigation-preload-disabled/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 8555 matching lines...) Expand 10 before | Expand all | Expand 10 after
8566 attribute @@toStringTag 8566 attribute @@toStringTag
8567 getter onerror 8567 getter onerror
8568 getter onmessage 8568 getter onmessage
8569 method constructor 8569 method constructor
8570 method postMessage 8570 method postMessage
8571 method terminate 8571 method terminate
8572 setter onerror 8572 setter onerror
8573 setter onmessage 8573 setter onmessage
8574 interface Worklet 8574 interface Worklet
8575 attribute @@toStringTag 8575 attribute @@toStringTag
8576 method addModule
8576 method constructor 8577 method constructor
8577 method import
8578 interface WritableStream 8578 interface WritableStream
8579 getter locked 8579 getter locked
8580 method abort 8580 method abort
8581 method constructor 8581 method constructor
8582 method getWriter 8582 method getWriter
8583 interface XMLDocument : Document 8583 interface XMLDocument : Document
8584 attribute @@toStringTag 8584 attribute @@toStringTag
8585 method constructor 8585 method constructor
8586 interface XMLHttpRequest : XMLHttpRequestEventTarget 8586 interface XMLHttpRequest : XMLHttpRequestEventTarget
8587 attribute @@toStringTag 8587 attribute @@toStringTag
(...skipping 593 matching lines...) Expand 10 before | Expand all | Expand 10 after
9181 setter scrollY 9181 setter scrollY
9182 setter scrollbars 9182 setter scrollbars
9183 setter status 9183 setter status
9184 setter statusbar 9184 setter statusbar
9185 setter toolbar 9185 setter toolbar
9186 setter visualViewport 9186 setter visualViewport
9187 PASS successfullyParsed is true 9187 PASS successfullyParsed is true
9188 9188
9189 TEST COMPLETE 9189 TEST COMPLETE
9190 9190
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698