| OLD | NEW |
| (Empty) | |
| 1 This is a testharness.js-based test. |
| 2 PASS Service worker test setup |
| 3 PASS Piping must lock both the ReadableStream and WritableStream |
| 4 PASS Piping finishing must unlock both the ReadableStream and WritableStream |
| 5 PASS pipeTo must check the brand of its ReadableStream this value |
| 6 PASS pipeTo must check the brand of its WritableStream argument |
| 7 PASS pipeTo must fail if the ReadableStream is locked, and not lock the Writable
Stream |
| 8 PASS pipeTo must fail if the WritableStream is locked, and not lock the Readable
Stream |
| 9 PASS Piping from a ReadableStream from which lots of chunks are synchronously re
adable |
| 10 FAIL Piping from a ReadableStream for which a chunk becomes asynchronously reada
ble after the pipeTo assert_array_equals: close must always be called with the c
ontroller lengths differ, expected 1 got 0 |
| 11 PASS an undefined rejection from pull should cause pipeTo() to reject when preve
ntAbort is true |
| 12 PASS an undefined rejection from pull should cause pipeTo() to reject when preve
ntAbort is false |
| 13 PASS an undefined rejection from write should cause pipeTo() to reject when prev
entCancel is true |
| 14 PASS an undefined rejection from write should cause pipeTo() to reject when prev
entCancel is false |
| 15 Harness: the test ran to completion. |
| 16 |
| OLD | NEW |