| OLD | NEW |
| (Empty) |
| 1 This is a testharness.js-based test. | |
| 2 PASS Service worker test setup | |
| 3 PASS WritableStream should complete asynchronous writes before close resolves | |
| 4 PASS WritableStream should complete synchronous writes before close resolves | |
| 5 PASS fulfillment value of ws.write() call should be undefined even if the underl
ying sink returns a non-undefined value | |
| 6 PASS WritableStream should transition to waiting until write is acknowledged | |
| 7 PASS when write returns a rejected promise, queued writes and close should be cl
eared | |
| 8 PASS when sink's write throws an error, the stream should become errored and the
promise should reject | |
| 9 FAIL writer.write(), ready and closed reject with the error passed to controller
.error() made before sink.write rejection assert_throws: writer.closed must reje
ct with the error passed to the controller function "function () { throw e }" th
rew object "error2: error2" ("error2") expected object "error1: error1" ("error1
") | |
| 10 PASS a large queue of writes should be processed completely | |
| 11 PASS WritableStreamDefaultWriter should work when manually constructed | |
| 12 PASS returning a thenable from write() should work | |
| 13 Harness: the test ran to completion. | |
| 14 | |
| OLD | NEW |