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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/service-worker-navigation-preload-disabled/webexposed/global-interface-listing-shared-worker-expected.txt

Issue 2889423003: Unify webexposed/global-interface-listing scripts (Closed)
Patch Set: Rebased Created 3 years, 7 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 This test documents all interface attributes and methods on SharedWorkerGlobalSc ope. 1 This test documents all interface attributes and methods on SharedWorkerGlobalSc ope.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 Starting worker: resources/global-interface-listing.js 6 Starting worker: resources/global-interface-listing-worker.js
7 [Worker] [INTERFACES] 7 [Worker] [INTERFACES]
8 [Worker] interface BackgroundFetchFetch 8 [Worker] interface BackgroundFetchFetch
9 [Worker] attribute @@toStringTag 9 [Worker] attribute @@toStringTag
10 [Worker] getter request 10 [Worker] getter request
11 [Worker] method constructor 11 [Worker] method constructor
12 [Worker] interface BackgroundFetchManager 12 [Worker] interface BackgroundFetchManager
13 [Worker] attribute @@toStringTag 13 [Worker] attribute @@toStringTag
14 [Worker] method constructor 14 [Worker] method constructor
15 [Worker] method fetch 15 [Worker] method fetch
16 [Worker] method get 16 [Worker] method get
(...skipping 2341 matching lines...) Expand 10 before | Expand all | Expand 10 after
2358 [Worker] method gc 2358 [Worker] method gc
2359 [Worker] method webkitRequestFileSystem 2359 [Worker] method webkitRequestFileSystem
2360 [Worker] method webkitRequestFileSystemSync 2360 [Worker] method webkitRequestFileSystemSync
2361 [Worker] method webkitResolveLocalFileSystemSyncURL 2361 [Worker] method webkitResolveLocalFileSystemSyncURL
2362 [Worker] method webkitResolveLocalFileSystemURL 2362 [Worker] method webkitResolveLocalFileSystemURL
2363 [Worker] setter onconnect 2363 [Worker] setter onconnect
2364 PASS successfullyParsed is true 2364 PASS successfullyParsed is true
2365 2365
2366 TEST COMPLETE 2366 TEST COMPLETE
2367 2367
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698