| OLD | NEW |
| (Empty) |
| 1 This is a testharness.js-based test. | |
| 2 PASS WritableStreamDefaultController should not be exported on the global object
| |
| 3 PASS WritableStreamDefaultWriter should not be exported on the global object | |
| 4 PASS WritableStream.prototype.constructor should have standard properties | |
| 5 PASS WritableStream.prototype.constructor should be a constructor | |
| 6 PASS WritableStream.prototype.locked should have standard properties | |
| 7 PASS WritableStream.prototype.locked should be a getter | |
| 8 PASS WritableStream.prototype.abort should have standard properties | |
| 9 PASS WritableStream.prototype.abort should be a method | |
| 10 PASS WritableStream.prototype.getWriter should have standard properties | |
| 11 PASS WritableStream.prototype.getWriter should be a method | |
| 12 PASS WritableStream.prototype should have exactly the expected properties | |
| 13 PASS WritableStreamDefaultController.prototype.constructor should have standard
properties | |
| 14 PASS WritableStreamDefaultController.prototype.constructor should be a construct
or | |
| 15 PASS WritableStreamDefaultController.prototype.error should have standard proper
ties | |
| 16 PASS WritableStreamDefaultController.prototype.error should be a method | |
| 17 PASS WritableStreamDefaultController.prototype should have exactly the expected
properties | |
| 18 PASS WritableStreamDefaultWriter.prototype.constructor should have standard prop
erties | |
| 19 PASS WritableStreamDefaultWriter.prototype.constructor should be a constructor | |
| 20 PASS WritableStreamDefaultWriter.prototype.closed should have standard propertie
s | |
| 21 PASS WritableStreamDefaultWriter.prototype.closed should be a getter | |
| 22 PASS WritableStreamDefaultWriter.prototype.desiredSize should have standard prop
erties | |
| 23 PASS WritableStreamDefaultWriter.prototype.desiredSize should be a getter | |
| 24 PASS WritableStreamDefaultWriter.prototype.ready should have standard properties
| |
| 25 PASS WritableStreamDefaultWriter.prototype.ready should be a getter | |
| 26 PASS WritableStreamDefaultWriter.prototype.abort should have standard properties
| |
| 27 PASS WritableStreamDefaultWriter.prototype.abort should be a method | |
| 28 PASS WritableStreamDefaultWriter.prototype.close should have standard properties
| |
| 29 PASS WritableStreamDefaultWriter.prototype.close should be a method | |
| 30 PASS WritableStreamDefaultWriter.prototype.releaseLock should have standard prop
erties | |
| 31 PASS WritableStreamDefaultWriter.prototype.releaseLock should be a method | |
| 32 PASS WritableStreamDefaultWriter.prototype.write should have standard properties
| |
| 33 PASS WritableStreamDefaultWriter.prototype.write should be a method | |
| 34 PASS WritableStreamDefaultWriter.prototype should have exactly the expected prop
erties | |
| 35 PASS sink method start should be called with the right number of arguments | |
| 36 PASS sink method start should be called even when it's located on the prototype
chain | |
| 37 PASS sink method write should be called with the right number of arguments | |
| 38 PASS sink method write should be called even when it's located on the prototype
chain | |
| 39 PASS unexpected properties should not be accessed when calling sink method write
| |
| 40 FAIL sink method close should be called with the right number of arguments asser
t_equals: close should be called with 0 arguments expected 0 but got 1 | |
| 41 PASS sink method close should be called even when it's located on the prototype
chain | |
| 42 PASS unexpected properties should not be accessed when calling sink method close
| |
| 43 PASS sink method abort should be called with the right number of arguments | |
| 44 PASS sink method abort should be called even when it's located on the prototype
chain | |
| 45 PASS unexpected properties should not be accessed when calling sink method abort
| |
| 46 Harness: the test ran to completion. | |
| 47 | |
| OLD | NEW |