WPT
wpt / fs / FileSystemWritableFileStream.https.any.worker.html
Spec: File System ↗
Runs: Chrome 155.0.8039.0 (wpt@6ec9fd59f, 2026-09-03) | Firefox 157.0a1 (wpt@6ec9fd59f, 2026-09-03) | Safari 251 preview (wpt@5ce815a83, 2026-08-27) | Ladybird 1.0-795e1 (wpt@7e3d005d7, 2026-09-03) | Servo Servo 0.6 (wpt@09159dcb3, 2026-09-02) | 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 | 8/9 | 7/9 | 8/9 | 0/9 | 0/9 | NOT RUN |
| Subtest | Chrome | Firefox | Safari | Ladybird | Servo | Blitz |
|---|---|---|---|---|---|---|
| truncate() to shrink a file | PASS | PASS | PASS | FAIL | FAIL | — |
| truncate() to grow a file | PASS | PASS | PASS | FAIL | FAIL | — |
| createWritable() fails when parent directory is removed | PASS | FAIL | PASS | FAIL | FAIL | — |
| createWritable({keepExistingData: true}): atomic writable file stream initialized with source contents | PASS | PASS | PASS | FAIL | FAIL | — |
| createWritable({keepExistingData: false}): atomic writable file stream initialized with empty file | PASS | PASS | PASS | FAIL | FAIL | — |
| createWritable() can be called on two handles representing the same file | FAIL | FAIL | FAIL | FAIL | FAIL | — |
| cursor position: truncate size > offset | PASS | PASS | PASS | FAIL | FAIL | — |
| cursor position: truncate size < offset | PASS | PASS | PASS | FAIL | FAIL | — |
| commands are queued, stream is unlocked after each operation | PASS | PASS | PASS | FAIL | FAIL | — |