WPT
wpt / fs / FileSystemWritableFileStream.https.any.html
Spec: File System ↗
Runs: Chrome 155.0.8039.0 (wpt@ffab1bde3, 2026-09-03) | Firefox 157.0a1 (wpt@ffab1bde3, 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 a50cb8971 (wpt@a95401e4e, 2026-09-03)
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 | — |