| OLD | NEW |
| (Empty) |
| 1 This is a testharness.js-based test. | |
| 2 Harness Error. harness_status.status = 1 , harness_status.message = error1 | |
| 3 PASS Service worker test setup | |
| 4 PASS controller.error() should error the stream | |
| 5 PASS controller.error() on erroring stream should not throw | |
| 6 FAIL surplus calls to controller.error() should be a no-op Cannot error a errore
d writable stream | |
| 7 FAIL controller.error() on errored stream should not throw promise_test: Unhandl
ed rejection with value: object "TypeError: Cannot error a errored writable stre
am" | |
| 8 FAIL controller.error() on closed stream should not throw promise_test: Unhandle
d rejection with value: object "TypeError: Cannot error a closed writable stream
" | |
| 9 Harness: the test ran to completion. | |
| 10 | |
| OLD | NEW |