| OLD | NEW |
| 1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
| 2 PASS Cache.add called with no arguments | 2 PASS Cache.add called with no arguments |
| 3 PASS Cache.add called with relative URL specified as a string | 3 PASS Cache.add called with relative URL specified as a string |
| 4 PASS Cache.add called with non-HTTP/HTTPS URL | 4 PASS Cache.add called with non-HTTP/HTTPS URL |
| 5 PASS Cache.add called with Request object | 5 PASS Cache.add called with Request object |
| 6 PASS Cache.add called with POST request | 6 PASS Cache.add called with POST request |
| 7 PASS Cache.add called twice with the same Request object | 7 PASS Cache.add called twice with the same Request object |
| 8 PASS Cache.add called with Request object with a used body | 8 PASS Cache.add called with Request object with a used body |
| 9 PASS Cache.add with request that results in a status of 404 | 9 PASS Cache.add with request that results in a status of 404 |
| 10 PASS Cache.add with request that results in a status of 500 | 10 PASS Cache.add with request that results in a status of 500 |
| 11 PASS Cache.addAll with no arguments | 11 PASS Cache.addAll with no arguments |
| 12 PASS Cache.addAll with a mix of valid and undefined arguments | 12 PASS Cache.addAll with a mix of valid and undefined arguments |
| 13 PASS Cache.addAll with an empty array | 13 PASS Cache.addAll with an empty array |
| 14 PASS Cache.addAll with string URL arguments | 14 PASS Cache.addAll with string URL arguments |
| 15 PASS Cache.addAll with Request arguments | 15 PASS Cache.addAll with Request arguments |
| 16 PASS Cache.addAll with a mix of succeeding and failing requests | 16 PASS Cache.addAll with a mix of succeeding and failing requests |
| 17 FAIL Cache.addAll called with the same Request object specified twice promise_te
st: Unhandled rejection with value: "assert_promise_rejects: Cache.addAll should
throw InvalidStateError if the same request is added twice. Promise did not rej
ect." | 17 FAIL Cache.addAll called with the same Request object specified twice assert_unr
eached: Should have rejected: Cache.addAll should throw InvalidStateError if the
same request is added twice. Reached unreachable code |
| 18 Harness: the test ran to completion. | 18 Harness: the test ran to completion. |
| 19 | 19 |
| OLD | NEW |