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

Issue 678513002: Service Worker: Remove invalid test case for Cache.put() rejection (Closed)

Created:
6 years, 2 months ago by jsbell
Modified:
6 years, 2 months ago
Reviewers:
asanka
CC:
blink-reviews, michaeln, jsbell+serviceworker_chromium.org, kenjibaheux+watch_chromium.org, tzik, serviceworker-reviews, nhiroki, falken, kinuko+serviceworker, horo+watch_chromium.org, jkarlin
Project:
blink
Visibility:
Public.

Description

Service Worker: Remove invalid test case for Cache.put() rejection The test case was asserting that 'get' was not a valid method for Cache.put(). But per the fetch spec, the Request's method is normalized during construction so 'get' becomes 'GET' and that's valid. There's a later test case which covers this using 'HEAD', so just remove it. BUG=374802 R=asanka@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=184372

Patch Set 1 #

Patch Set 2 : Rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -9 lines) Patch
M LayoutTests/http/tests/serviceworker/cache-put-expected.txt View 1 chunk +0 lines, -1 line 0 comments Download
M LayoutTests/http/tests/serviceworker/resources/cache-put-worker.js View 1 1 chunk +0 lines, -8 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
jsbell
asanka@ - please take a look? Another one I should have caught, sorry. :( Per ...
6 years, 2 months ago (2014-10-23 21:11:20 UTC) #1
asanka
Oops. lgtm!
6 years, 2 months ago (2014-10-24 05:00:05 UTC) #2
jsbell
6 years, 2 months ago (2014-10-24 16:47:19 UTC) #3
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as 184372 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698