WPT
wpt / fs / FileSystemWritableFileStream-write.https.any.html
Spec: File System ↗
Runs: Chrome 155.0.8039.0 (wpt@a4fcd77aa, 2026-09-03) | Firefox 157.0a1 (wpt@cc4d45aa0, 2026-09-03) | Safari 251 preview (wpt@5ce815a83, 2026-08-27) | Ladybird 1.0-a9df8 (wpt@9b4cabf6d, 2026-09-03) | Servo Servo 0.6 (wpt@7e3d005d7, 2026-09-03) | Blitz 188486089 (wpt@a95401e4e, 2026-09-02)
View on the Blitz WPT dashboard | Open test on wpt.live | wpt.fyi
| Chrome | Firefox | Safari | Ladybird | Servo | Blitz | |
|---|---|---|---|---|---|---|
| Total | 31/31 | 31/31 | 31/31 | 0/31 | 0/31 | NOT RUN |
| Subtest | Chrome | Firefox | Safari | Ladybird | Servo | Blitz |
|---|---|---|---|---|---|---|
| write() with an empty blob to an empty file | PASS | PASS | PASS | FAIL | FAIL | — |
| write() a blob to an empty file | PASS | PASS | PASS | FAIL | FAIL | — |
| write() with WriteParams without position to an empty file | PASS | PASS | PASS | FAIL | FAIL | — |
| write() a string to an empty file with zero offset | PASS | PASS | PASS | FAIL | FAIL | — |
| write() a blob to an empty file with zero offset | PASS | PASS | PASS | FAIL | FAIL | — |
| write() called consecutively appends | PASS | PASS | PASS | FAIL | FAIL | — |
| write() WriteParams without position and string appends | PASS | PASS | PASS | FAIL | FAIL | — |
| write() WriteParams without position and blob appends | PASS | PASS | PASS | FAIL | FAIL | — |
| write() called with a string and a valid offset | PASS | PASS | PASS | FAIL | FAIL | — |
| write() called with a string and a valid offset after seek | PASS | PASS | PASS | FAIL | FAIL | — |
| write() called with a blob and a valid offset | PASS | PASS | PASS | FAIL | FAIL | — |
| write() called with an offset beyond the end of the file | PASS | PASS | PASS | FAIL | FAIL | — |
| write() with an empty string to an empty file | PASS | PASS | PASS | FAIL | FAIL | — |
| write() with a valid utf-8 string | PASS | PASS | PASS | FAIL | FAIL | — |
| write() with a string with unix line ending preserved | PASS | PASS | PASS | FAIL | FAIL | — |
| write() with a string with windows line ending preserved | PASS | PASS | PASS | FAIL | FAIL | — |
| write() with an empty array buffer to an empty file | PASS | PASS | PASS | FAIL | FAIL | — |
| write() with a valid typed array buffer | PASS | PASS | PASS | FAIL | FAIL | — |
| atomic writes: writable file streams make atomic changes on close | PASS | PASS | PASS | FAIL | FAIL | — |
| atomic writes: write() after close() fails | PASS | PASS | PASS | FAIL | FAIL | — |
| atomic writes: truncate() after close() fails | PASS | PASS | PASS | FAIL | FAIL | — |
| atomic writes: close() after close() fails | PASS | PASS | PASS | FAIL | FAIL | — |
| atomic writes: only one close() operation may succeed | PASS | PASS | PASS | FAIL | FAIL | — |
| getWriter() can be used | PASS | PASS | PASS | FAIL | FAIL | — |
| WriteParams: truncate missing size param | PASS | PASS | PASS | FAIL | FAIL | — |
| WriteParams: write missing data param | PASS | PASS | PASS | FAIL | FAIL | — |
| WriteParams: write null data param | PASS | PASS | PASS | FAIL | FAIL | — |
| WriteParams: seek missing position param | PASS | PASS | PASS | FAIL | FAIL | — |
| write() with an invalid blob to an empty file should reject | PASS | PASS | PASS | FAIL | FAIL | — |
| an errored writable stream releases its lock | PASS | PASS | PASS | FAIL | FAIL | — |
| an errored writable stream should reject the next write call | PASS | PASS | PASS | FAIL | FAIL | — |