| OLD | NEW |
| (Empty) | |
| 1 This is a testharness.js-based test. |
| 2 PASS Service worker test setup |
| 3 PASS Piping from a non-empty ReadableStream into a WritableStream that does not
desire chunks |
| 4 FAIL Piping from a non-empty ReadableStream into a WritableStream that does not
desire chunks, but then does assert_array_equals: close must always be called wi
th the controller lengths differ, expected 1 got 0 |
| 5 FAIL Piping from an empty ReadableStream into a WritableStream that does not des
ire chunks, but then the readable stream becomes non-empty and the writable stre
am starts desiring chunks assert_array_equals: close must always be called with
the controller lengths differ, expected 1 got 0 |
| 6 FAIL Piping from a ReadableStream to a WritableStream that desires more chunks b
efore finishing with previous ones assert_array_equals: close must always be cal
led with the controller lengths differ, expected 1 got 0 |
| 7 FAIL Piping to a WritableStream that does not consume the writes fast enough exe
rts backpressure on the ReadableStream assert_array_equals: close must always be
called with the controller lengths differ, expected 1 got 0 |
| 8 Harness: the test ran to completion. |
| 9 |
| OLD | NEW |