Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/cachestorage/worker/cache-keys-expected.txt
Issue 2204683002 :
Cache API should not match() HEAD requests (Closed)
Patch Set: Add keys()/delete() tests, fix found issues
Use n/p to move between diff chunks;
N/P to move between comments.
Draft comments are only viewable by you.
Jump to:
content/browser/cache_storage/cache_storage_cache.cc
content/browser/cache_storage/cache_storage_cache_unittest.cc
third_party/WebKit/LayoutTests/http/tests/cachestorage/script-tests/cache-delete.js
third_party/WebKit/LayoutTests/http/tests/cachestorage/script-tests/cache-keys.js
third_party/WebKit/LayoutTests/http/tests/cachestorage/script-tests/cache-match.js
third_party/WebKit/LayoutTests/http/tests/cachestorage/script-tests/cache-matchAll.js
third_party/WebKit/LayoutTests/http/tests/cachestorage/script-tests/cache-storage-match.js
third_party/WebKit/LayoutTests/http/tests/cachestorage/serviceworker/cache-keys.html
third_party/WebKit/LayoutTests/http/tests/cachestorage/serviceworker/cache-keys-expected.txt
third_party/WebKit/LayoutTests/http/tests/cachestorage/serviceworker/cache-match-expected.txt
third_party/WebKit/LayoutTests/http/tests/cachestorage/serviceworker/cache-matchAll-expected.txt
third_party/WebKit/LayoutTests/http/tests/cachestorage/window/cache-keys.html
third_party/WebKit/LayoutTests/http/tests/cachestorage/window/cache-keys-expected.txt
third_party/WebKit/LayoutTests/http/tests/cachestorage/window/cache-match-expected.txt
third_party/WebKit/LayoutTests/http/tests/cachestorage/window/cache-matchAll-expected.txt
third_party/WebKit/LayoutTests/http/tests/cachestorage/worker/cache-keys.html
third_party/WebKit/LayoutTests/http/tests/cachestorage/worker/cache-keys-expected.txt
third_party/WebKit/LayoutTests/http/tests/cachestorage/worker/cache-match-expected.txt
third_party/WebKit/LayoutTests/http/tests/cachestorage/worker/cache-matchAll-expected.txt
third_party/WebKit/Source/modules/cachestorage/Cache.cpp
third_party/WebKit/Source/modules/cachestorage/CacheStorage.cpp