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

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

Issue 1178753003: Revert of 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
649 [Worker] setter onupdatefound 648 [Worker] setter onupdatefound
650 [Worker] interface Set 649 [Worker] interface Set
651 [Worker] getter size 650 [Worker] getter size
652 [Worker] method add 651 [Worker] method add
653 [Worker] method clear 652 [Worker] method clear
654 [Worker] method constructor 653 [Worker] method constructor
655 [Worker] method delete 654 [Worker] method delete
656 [Worker] method entries 655 [Worker] method entries
657 [Worker] method forEach 656 [Worker] method forEach
658 [Worker] method has 657 [Worker] method has
(...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after
1034 [Worker] method abort 1033 [Worker] method abort
1035 [Worker] method constructor 1034 [Worker] method constructor
1036 [Worker] method objectStore 1035 [Worker] method objectStore
1037 [Worker] setter onabort 1036 [Worker] setter onabort
1038 [Worker] setter oncomplete 1037 [Worker] setter oncomplete
1039 [Worker] setter onerror 1038 [Worker] setter onerror
1040 PASS successfullyParsed is true 1039 PASS successfullyParsed is true
1041 1040
1042 TEST COMPLETE 1041 TEST COMPLETE
1043 1042
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698