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

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: Move API change to another patch and address comments Created 3 years, 5 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-worker.js 6 Starting worker: resources/global-interface-listing-worker.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 704 matching lines...) Expand 10 before | Expand all | Expand 10 after
715 [Worker] method text 715 [Worker] method text
716 [Worker] interface ServiceWorkerRegistration : EventTarget 716 [Worker] interface ServiceWorkerRegistration : EventTarget
717 [Worker] attribute @@toStringTag 717 [Worker] attribute @@toStringTag
718 [Worker] getter active 718 [Worker] getter active
719 [Worker] getter installing 719 [Worker] getter installing
720 [Worker] getter navigationPreload 720 [Worker] getter navigationPreload
721 [Worker] getter onupdatefound 721 [Worker] getter onupdatefound
722 [Worker] getter pushManager 722 [Worker] getter pushManager
723 [Worker] getter scope 723 [Worker] getter scope
724 [Worker] getter sync 724 [Worker] getter sync
725 [Worker] getter updateViaCache
725 [Worker] getter waiting 726 [Worker] getter waiting
726 [Worker] method constructor 727 [Worker] method constructor
727 [Worker] method getNotifications 728 [Worker] method getNotifications
728 [Worker] method showNotification 729 [Worker] method showNotification
729 [Worker] method unregister 730 [Worker] method unregister
730 [Worker] method update 731 [Worker] method update
731 [Worker] setter onupdatefound 732 [Worker] setter onupdatefound
732 [Worker] interface SharedArrayBuffer 733 [Worker] interface SharedArrayBuffer
733 [Worker] attribute @@toStringTag 734 [Worker] attribute @@toStringTag
734 [Worker] getter byteLength 735 [Worker] getter byteLength
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
965 [Worker] method gc 966 [Worker] method gc
966 [Worker] method webkitRequestFileSystem 967 [Worker] method webkitRequestFileSystem
967 [Worker] method webkitRequestFileSystemSync 968 [Worker] method webkitRequestFileSystemSync
968 [Worker] method webkitResolveLocalFileSystemSyncURL 969 [Worker] method webkitResolveLocalFileSystemSyncURL
969 [Worker] method webkitResolveLocalFileSystemURL 970 [Worker] method webkitResolveLocalFileSystemURL
970 [Worker] setter onconnect 971 [Worker] setter onconnect
971 PASS successfullyParsed is true 972 PASS successfullyParsed is true
972 973
973 TEST COMPLETE 974 TEST COMPLETE
974 975
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698