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

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

Issue 1166283006: ServiceWorker: Implement ServiceWorkerRegistration.update() (1) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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 Array 8 [Worker] interface Array
9 [Worker] attribute length 9 [Worker] attribute length
10 [Worker] method concat 10 [Worker] method concat
(...skipping 660 matching lines...) Expand 10 before | Expand all | Expand 10 after
671 [Worker] getter geofencing 671 [Worker] getter geofencing
672 [Worker] getter onupdatefound 672 [Worker] getter onupdatefound
673 [Worker] getter periodicSync 673 [Worker] getter periodicSync
674 [Worker] getter pushManager 674 [Worker] getter pushManager
675 [Worker] getter scope 675 [Worker] getter scope
676 [Worker] getter sync 676 [Worker] getter sync
677 [Worker] method constructor 677 [Worker] method constructor
678 [Worker] method getNotifications 678 [Worker] method getNotifications
679 [Worker] method showNotification 679 [Worker] method showNotification
680 [Worker] method unregister 680 [Worker] method unregister
681 [Worker] method update
681 [Worker] setter onupdatefound 682 [Worker] setter onupdatefound
682 [Worker] interface Set 683 [Worker] interface Set
683 [Worker] getter size 684 [Worker] getter size
684 [Worker] method add 685 [Worker] method add
685 [Worker] method clear 686 [Worker] method clear
686 [Worker] method constructor 687 [Worker] method constructor
687 [Worker] method delete 688 [Worker] method delete
688 [Worker] method entries 689 [Worker] method entries
689 [Worker] method forEach 690 [Worker] method forEach
690 [Worker] method has 691 [Worker] method has
(...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after
1079 [Worker] method abort 1080 [Worker] method abort
1080 [Worker] method constructor 1081 [Worker] method constructor
1081 [Worker] method objectStore 1082 [Worker] method objectStore
1082 [Worker] setter onabort 1083 [Worker] setter onabort
1083 [Worker] setter oncomplete 1084 [Worker] setter oncomplete
1084 [Worker] setter onerror 1085 [Worker] setter onerror
1085 PASS successfullyParsed is true 1086 PASS successfullyParsed is true
1086 1087
1087 TEST COMPLETE 1088 TEST COMPLETE
1088 1089
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698