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

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

Issue 1124403005: CacheStorage: Implement Cache.addAll() behind a flag (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fix test failure Created 5 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.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] getter size 9 [Worker] getter size
10 [Worker] getter type 10 [Worker] getter type
11 [Worker] method close 11 [Worker] method close
12 [Worker] method constructor 12 [Worker] method constructor
13 [Worker] method slice 13 [Worker] method slice
14 [Worker] interface Cache 14 [Worker] interface Cache
15 [Worker] method add 15 [Worker] method add
16 [Worker] method addAll
16 [Worker] method constructor 17 [Worker] method constructor
17 [Worker] method delete 18 [Worker] method delete
18 [Worker] method keys 19 [Worker] method keys
19 [Worker] method match 20 [Worker] method match
20 [Worker] method put 21 [Worker] method put
21 [Worker] interface CacheStorage 22 [Worker] interface CacheStorage
22 [Worker] method constructor 23 [Worker] method constructor
23 [Worker] method delete 24 [Worker] method delete
24 [Worker] method has 25 [Worker] method has
25 [Worker] method keys 26 [Worker] method keys
(...skipping 738 matching lines...) Expand 10 before | Expand all | Expand 10 after
764 [Worker] method abort 765 [Worker] method abort
765 [Worker] method constructor 766 [Worker] method constructor
766 [Worker] method objectStore 767 [Worker] method objectStore
767 [Worker] setter onabort 768 [Worker] setter onabort
768 [Worker] setter oncomplete 769 [Worker] setter oncomplete
769 [Worker] setter onerror 770 [Worker] setter onerror
770 PASS successfullyParsed is true 771 PASS successfullyParsed is true
771 772
772 TEST COMPLETE 773 TEST COMPLETE
773 774
OLDNEW
« no previous file with comments | « LayoutTests/webexposed/global-interface-listing-expected.txt ('k') | Source/modules/cachestorage/Cache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698