| 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 FAIL WritableStream should complete synchronous writes before close resolves ass
ert_array_equals: close must always be called with the controller lengths differ
, expected 1 got 0 |
| 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 PASS writer.write(), ready and closed reject with the error passed to controller
.error() made before sink.write rejection |
| 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 |