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

Side by Side Diff: LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-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 interface Array 1 interface Array
2 attribute length 2 attribute length
3 method concat 3 method concat
4 method constructor 4 method constructor
5 method copyWithin 5 method copyWithin
6 method entries 6 method entries
7 method every 7 method every
8 method fill 8 method fill
9 method filter 9 method filter
10 method find 10 method find
(...skipping 26 matching lines...) Expand all
37 getter type 37 getter type
38 method close 38 method close
39 method constructor 39 method constructor
40 method slice 40 method slice
41 interface Boolean 41 interface Boolean
42 method constructor 42 method constructor
43 method toString 43 method toString
44 method valueOf 44 method valueOf
45 interface Cache 45 interface Cache
46 method add 46 method add
47 method addAll
47 method constructor 48 method constructor
48 method delete 49 method delete
49 method keys 50 method keys
50 method match 51 method match
51 method put 52 method put
52 interface CacheStorage 53 interface CacheStorage
53 method constructor 54 method constructor
54 method delete 55 method delete
55 method has 56 method has
56 method keys 57 method keys
(...skipping 1303 matching lines...) Expand 10 before | Expand all | Expand 10 after
1360 method abort 1361 method abort
1361 method constructor 1362 method constructor
1362 method objectStore 1363 method objectStore
1363 setter onabort 1364 setter onabort
1364 setter oncomplete 1365 setter oncomplete
1365 setter onerror 1366 setter onerror
1366 This is a testharness.js-based test. 1367 This is a testharness.js-based test.
1367 PASS Verify the interface of ServiceWorkerGlobalScope 1368 PASS Verify the interface of ServiceWorkerGlobalScope
1368 Harness: the test ran to completion. 1369 Harness: the test ran to completion.
1369 1370
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698