| OLD | NEW |
| 1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
| 2 PASS Service Worker: Cache.put | 2 PASS Service Worker: Cache.put |
| 3 PASS Cache.put called with simple Request and Response | 3 PASS Cache.put called with simple Request and Response |
| 4 PASS Cache.put called with Request and Response from fetch() | 4 PASS Cache.put called with Request and Response from fetch() |
| 5 FAIL Cache.put with Request containing a body assert_false: Cache.put should not
consume Request body. expected false got true | 5 FAIL Cache.put with Request containing a body assert_false: Cache.put should not
consume Request body. expected false got true |
| 6 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" | 6 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" |
| 7 PASS Cache.put with an empty response body | 7 PASS Cache.put with an empty response body |
| 8 PASS Cache.put with HTTP 500 response | 8 PASS Cache.put with HTTP 500 response |
| 9 FAIL Cache.put called twice with same Request and different Responses Entry alre
ady exists. | 9 FAIL Cache.put called twice with same Request and different Responses Entry alre
ady exists. |
| 10 PASS Cache.put with an string request | 10 PASS Cache.put with an string request |
| 11 PASS Cache.put with an invalid response | 11 PASS Cache.put with an invalid response |
| 12 PASS Cache.put with a non-HTTP/HTTPS request | 12 PASS Cache.put with a non-HTTP/HTTPS request |
| 13 FAIL Cache.put with a relative URL assert_equals: Cache.put should accept a rela
tive URL as the request. :[object].url expected "" but got "http://127.0.0.1:800
0/serviceworker/resources/relative-url" | 13 FAIL Cache.put with a relative URL assert_equals: Cache.put should accept a rela
tive URL as the request.: Response.url expected "" but got "http://127.0.0.1:800
0/serviceworker/resources/relative-url" |
| 14 PASS Cache.put with a non-GET request | 14 PASS Cache.put with a non-GET request |
| 15 PASS Cache.put with an empty response | 15 PASS Cache.put with an empty response |
| 16 Harness: the test ran to completion. | 16 Harness: the test ran to completion. |
| 17 | 17 |
| OLD | NEW |