OLD | NEW |
(Empty) | |
| 1 This is a testharness.js-based test. |
| 2 PASS Service Worker: Cache.put |
| 3 FAIL Cache.put with a valid request Method is not implemented. |
| 4 FAIL Cache.put with an existing request Entry was not found. |
| 5 FAIL Cache.put with a request string Method is not implemented. |
| 6 FAIL Cache.put with a request string Method is not implemented. |
| 7 FAIL Cache.put with a relative URL Method is not implemented. |
| 8 FAIL Cache.put with a non-GET request assert_throws: Cache.put should throw a Ty
peError for non-GET requests. function "function () { throw e; }" threw object "
NotSupportedError: Method is not implemented." ("NotSupportedError") expected ob
ject "TypeError" ("TypeError") |
| 9 FAIL Cache.put with an empty response assert_throws: Cache.put should throw a Ty
peError for an empty response. function "function () { throw e; }" threw object
"NotFoundError: Entry was not found." ("NotFoundError") expected object "TypeErr
or" ("TypeError") |
| 10 Harness: the test ran to completion. |
| 11 |
OLD | NEW |