| OLD | NEW |
| (Empty) | |
| 1 This is a testharness.js-based test. |
| 2 FAIL Piping must lock both the ReadableStream and WritableStream rs.pipeTo is no
t a function |
| 3 FAIL Piping finishing must unlock both the ReadableStream and WritableStream rs.
pipeTo is not a function |
| 4 FAIL pipeTo must check the brand of its ReadableStream this value Cannot read pr
operty 'apply' of undefined |
| 5 FAIL pipeTo must check the brand of its WritableStream argument Cannot read prop
erty 'apply' of undefined |
| 6 FAIL pipeTo must fail if the ReadableStream is locked, and not lock the Writable
Stream rs.pipeTo is not a function |
| 7 FAIL pipeTo must fail if the WritableStream is locked, and not lock the Readable
Stream rs.pipeTo is not a function |
| 8 FAIL Piping from a ReadableStream from which lots of chunks are synchronously re
adable rs.pipeTo is not a function |
| 9 FAIL Piping from a ReadableStream for which a chunk becomes asynchronously reada
ble after the pipeTo rs.pipeTo is not a function |
| 10 Harness: the test ran to completion. |
| 11 |
| OLD | NEW |