| OLD | NEW |
| (Empty) | |
| 1 This is a testharness.js-based test. |
| 2 PASS Service worker test setup |
| 3 PASS start: errors in start cause WritableStream constructor to throw |
| 4 FAIL close: throwing method should cause writer close() and ready to reject asse
rt_array_equals: close must always be called with the controller lengths differ,
expected 1 got 0 |
| 5 FAIL close: returning a rejected promise should cause writer close() and ready t
o reject assert_array_equals: close must always be called with the controller le
ngths differ, expected 1 got 0 |
| 6 PASS close: throwing getter should cause writer close() to reject |
| 7 PASS write: throwing getter should cause write() and closed to reject |
| 8 PASS write: throwing method should cause write() and closed to reject |
| 9 PASS write: returning a promise that becomes rejected after the writer write() s
hould cause writer write() and ready to reject |
| 10 PASS write: returning a rejected promise (second write) should cause writer writ
e() and ready to reject |
| 11 PASS abort: non-function abort method with .apply |
| 12 PASS abort: throwing getter should cause abort() and closed to reject |
| 13 PASS abort: throwing method should cause abort() and closed to reject |
| 14 Harness: the test ran to completion. |
| 15 |
| OLD | NEW |