| OLD | NEW |
| (Empty) | |
| 1 This is a testharness.js-based test. |
| 2 PASS controller argument should be passed to start method |
| 3 PASS controller argument should be passed to write method |
| 4 FAIL controller argument should be passed to close method promise_test: Unhandle
d rejection with value: object "TypeError: Cannot read property 'error' of undef
ined" |
| 5 PASS highWaterMark should be reflected to desiredSize |
| 6 PASS WritableStream should be writable and ready should fulfill immediately if t
he strategy does not apply backpressure |
| 7 PASS WritableStream should be constructible with no arguments |
| 8 PASS WritableStream instances should have standard methods and properties |
| 9 PASS private constructors should not be exported |
| 10 PASS WritableStreamDefaultController constructor should throw unless passed a Wr
itableStream |
| 11 PASS WritableStreamDefaultController constructor should throw when passed an ini
tialised WritableStream |
| 12 PASS WritableStreamDefaultWriter should throw unless passed a WritableStream |
| 13 PASS WritableStreamDefaultWriter constructor should throw when stream argument i
s locked |
| 14 Harness: the test ran to completion. |
| 15 |
| OLD | NEW |