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

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

Issue 2771823002: Implement updateViaCache flag and no-cache by default for main service worker scripts
Patch Set: Created 3 years, 9 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.js
7 [Worker] [INTERFACES] 7 [Worker] [INTERFACES]
8 [Worker] interface Blob 8 [Worker] interface Blob
9 [Worker] attribute @@toStringTag 9 [Worker] attribute @@toStringTag
10 [Worker] getter size 10 [Worker] getter size
(...skipping 506 matching lines...) Expand 10 before | Expand all | Expand 10 after
517 [Worker] method json 517 [Worker] method json
518 [Worker] method text 518 [Worker] method text
519 [Worker] interface ServiceWorkerRegistration : EventTarget 519 [Worker] interface ServiceWorkerRegistration : EventTarget
520 [Worker] attribute @@toStringTag 520 [Worker] attribute @@toStringTag
521 [Worker] getter active 521 [Worker] getter active
522 [Worker] getter installing 522 [Worker] getter installing
523 [Worker] getter onupdatefound 523 [Worker] getter onupdatefound
524 [Worker] getter pushManager 524 [Worker] getter pushManager
525 [Worker] getter scope 525 [Worker] getter scope
526 [Worker] getter sync 526 [Worker] getter sync
527 [Worker] getter useCache
527 [Worker] getter waiting 528 [Worker] getter waiting
528 [Worker] method constructor 529 [Worker] method constructor
529 [Worker] method getNotifications 530 [Worker] method getNotifications
530 [Worker] method showNotification 531 [Worker] method showNotification
531 [Worker] method unregister 532 [Worker] method unregister
532 [Worker] method update 533 [Worker] method update
533 [Worker] setter onupdatefound 534 [Worker] setter onupdatefound
534 [Worker] interface SharedWorkerGlobalScope : WorkerGlobalScope 535 [Worker] interface SharedWorkerGlobalScope : WorkerGlobalScope
535 [Worker] attribute @@toStringTag 536 [Worker] attribute @@toStringTag
536 [Worker] attribute PERSISTENT 537 [Worker] attribute PERSISTENT
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
748 [Worker] method gc 749 [Worker] method gc
749 [Worker] method webkitRequestFileSystem 750 [Worker] method webkitRequestFileSystem
750 [Worker] method webkitRequestFileSystemSync 751 [Worker] method webkitRequestFileSystemSync
751 [Worker] method webkitResolveLocalFileSystemSyncURL 752 [Worker] method webkitResolveLocalFileSystemSyncURL
752 [Worker] method webkitResolveLocalFileSystemURL 753 [Worker] method webkitResolveLocalFileSystemURL
753 [Worker] setter onconnect 754 [Worker] setter onconnect
754 PASS successfullyParsed is true 755 PASS successfullyParsed is true
755 756
756 TEST COMPLETE 757 TEST COMPLETE
757 758
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698