| OLD | NEW |
| (Empty) |
| 1 This is a testharness.js-based test. | |
| 2 PASS Service worker test setup | |
| 3 PASS controller argument should be passed to start method | |
| 4 PASS controller argument should be passed to write method | |
| 5 FAIL controller argument should not be passed to close method assert_array_equal
s: no arguments should be passed to close lengths differ, expected 0 got 1 | |
| 6 PASS highWaterMark should be reflected to desiredSize | |
| 7 PASS WritableStream should be writable and ready should fulfill immediately if t
he strategy does not apply backpressure | |
| 8 PASS WritableStream should be constructible with no arguments | |
| 9 PASS WritableStream instances should have standard methods and properties | |
| 10 PASS private constructors should not be exported | |
| 11 PASS WritableStreamDefaultController constructor should throw unless passed a Wr
itableStream | |
| 12 PASS WritableStreamDefaultController constructor should throw when passed an ini
tialised WritableStream | |
| 13 PASS WritableStreamDefaultWriter should throw unless passed a WritableStream | |
| 14 PASS WritableStreamDefaultWriter constructor should throw when stream argument i
s locked | |
| 15 Harness: the test ran to completion. | |
| 16 | |
| OLD | NEW |