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

Side by Side Diff: LayoutTests/virtual/stable/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 627 matching lines...) Expand 10 before | Expand all | Expand 10 after
638 [Worker] method json 638 [Worker] method json
639 [Worker] method text 639 [Worker] method text
640 [Worker] interface ServiceWorkerRegistration 640 [Worker] interface ServiceWorkerRegistration
641 [Worker] getter onupdatefound 641 [Worker] getter onupdatefound
642 [Worker] getter pushManager 642 [Worker] getter pushManager
643 [Worker] getter scope 643 [Worker] getter scope
644 [Worker] method constructor 644 [Worker] method constructor
645 [Worker] method getNotifications 645 [Worker] method getNotifications
646 [Worker] method showNotification 646 [Worker] method showNotification
647 [Worker] method unregister 647 [Worker] method unregister
648 [Worker] method update
648 [Worker] setter onupdatefound 649 [Worker] setter onupdatefound
649 [Worker] interface Set 650 [Worker] interface Set
650 [Worker] getter size 651 [Worker] getter size
651 [Worker] method add 652 [Worker] method add
652 [Worker] method clear 653 [Worker] method clear
653 [Worker] method constructor 654 [Worker] method constructor
654 [Worker] method delete 655 [Worker] method delete
655 [Worker] method entries 656 [Worker] method entries
656 [Worker] method forEach 657 [Worker] method forEach
657 [Worker] method has 658 [Worker] method has
(...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after
1033 [Worker] method abort 1034 [Worker] method abort
1034 [Worker] method constructor 1035 [Worker] method constructor
1035 [Worker] method objectStore 1036 [Worker] method objectStore
1036 [Worker] setter onabort 1037 [Worker] setter onabort
1037 [Worker] setter oncomplete 1038 [Worker] setter oncomplete
1038 [Worker] setter onerror 1039 [Worker] setter onerror
1039 PASS successfullyParsed is true 1040 PASS successfullyParsed is true
1040 1041
1041 TEST COMPLETE 1042 TEST COMPLETE
1042 1043
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698