| Index: LayoutTests/http/tests/serviceworker/cache-put-expected.txt
|
| diff --git a/LayoutTests/http/tests/serviceworker/cache-put-expected.txt b/LayoutTests/http/tests/serviceworker/cache-put-expected.txt
|
| index 51f48116f808e8a231a1dac0cd3e19fb79815e02..a84847d9a61212f036a819230b5ca2a1ac8fa89b 100644
|
| --- a/LayoutTests/http/tests/serviceworker/cache-put-expected.txt
|
| +++ b/LayoutTests/http/tests/serviceworker/cache-put-expected.txt
|
| @@ -3,14 +3,14 @@ PASS Service Worker: Cache.put
|
| PASS Cache.put called with simple Request and Response
|
| PASS Cache.put called with Request and Response from fetch()
|
| FAIL Cache.put with Request containing a body assert_false: Cache.put should not consume Request body. expected false got true
|
| -FAIL Cache.put with a Response containing an empty URL assert_equals: Cache.put should update the cache with new Request and Response. :[object].url expected "" but got "https://example.com/foo"
|
| +FAIL Cache.put with a Response containing an empty URL assert_equals: Cache.put should update the cache with new Request and Response.: Response.url expected "" but got "https://example.com/foo"
|
| PASS Cache.put with an empty response body
|
| PASS Cache.put with HTTP 500 response
|
| FAIL Cache.put called twice with same Request and different Responses Entry already exists.
|
| PASS Cache.put with an string request
|
| PASS Cache.put with an invalid response
|
| PASS Cache.put with a non-HTTP/HTTPS request
|
| -FAIL Cache.put with a relative URL assert_equals: Cache.put should accept a relative URL as the request. :[object].url expected "" but got "http://127.0.0.1:8000/serviceworker/resources/relative-url"
|
| +FAIL Cache.put with a relative URL assert_equals: Cache.put should accept a relative URL as the request.: Response.url expected "" but got "http://127.0.0.1:8000/serviceworker/resources/relative-url"
|
| PASS Cache.put with a non-GET request
|
| PASS Cache.put with an empty response
|
| Harness: the test ran to completion.
|
|
|