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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/cachestorage/window/cache-keys-expected.txt

Issue 2204683002: Cache API should not match() HEAD requests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add keys()/delete() tests, fix found issues Created 4 years, 4 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
(Empty)
1 This is a testharness.js-based test.
2 PASS Cache.keys() called on an empty cache
jkarlin 2016/08/10 13:22:45 We shouldn't have any failures here right? There s
jsbell 2016/08/10 17:18:09 The FAILs were for the unsupported request param,
3 PASS Cache.keys() called on a cache with entries
4 FAIL Cache.keys() called with a string URL assert_equals: expected 1 but got 2
5 FAIL Cache.keys() called with a Request object assert_equals: expected 1 but got 2
6 PASS Cache.keys() called with a HEAD Request
7 Harness: the test ran to completion.
8
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698