WPT
wpt / fs / FileSystemFileHandle-move.https.any.html
Spec: File System ↗
Runs: Chrome 155.0.8039.0 (wpt@508cc6a62, 2026-09-03) | Firefox 157.0a1 (wpt@508cc6a62, 2026-09-03) | Safari 251 preview (wpt@5ce815a83, 2026-08-27) | Ladybird 1.0-56c61 (wpt@8fdda8ce4, 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 | 24/24 | 23/24 | 9/24 | 0/24 | 0/24 | NOT RUN |
| Subtest | Chrome | Firefox | Safari | Ladybird | Servo | Blitz |
|---|---|---|---|---|---|---|
| move(name) to rename a file | PASS | PASS | FAIL | FAIL | FAIL | — |
| get a handle to a moved file | PASS | PASS | FAIL | FAIL | FAIL | — |
| move(name) to rename a file the same name | PASS | PASS | FAIL | FAIL | FAIL | — |
| move("") to rename a file fails | PASS | PASS | PASS | FAIL | FAIL | — |
| move(name) can be called multiple times | PASS | PASS | FAIL | FAIL | FAIL | — |
| move(name) with a name with path separators should fail | PASS | FAIL | PASS | FAIL | FAIL | — |
| move(name) while the file has an open writable fails | PASS | PASS | FAIL | FAIL | FAIL | — |
| move(name) while the destination file has an open writable fails | PASS | PASS | FAIL | FAIL | FAIL | — |
| move(name) can overwrite an existing file | PASS | PASS | FAIL | FAIL | FAIL | — |
| move(dir, name) to rename a file | PASS | PASS | PASS | FAIL | FAIL | — |
| move(dir, name) to rename a file the same name | PASS | PASS | PASS | FAIL | FAIL | — |
| move(dir) to move a file to a new directory | PASS | PASS | FAIL | FAIL | FAIL | — |
| move(dir, "") to move a file to a new directory fails | PASS | PASS | PASS | FAIL | FAIL | — |
| move(dir, name) to move a file to a new directory | PASS | PASS | PASS | FAIL | FAIL | — |
| move(dir) can be called multiple times | PASS | PASS | FAIL | FAIL | FAIL | — |
| move(dir, name) can be called multiple times | PASS | PASS | PASS | FAIL | FAIL | — |
| move(dir, name) with a name with invalid characters should fail | PASS | PASS | PASS | FAIL | FAIL | — |
| move(dir) while the file has an open writable fails | PASS | PASS | FAIL | FAIL | FAIL | — |
| move(dir, name) while the file has an open writable fails | PASS | PASS | FAIL | FAIL | FAIL | — |
| move(dir) while the destination file has an open writable fails | PASS | PASS | FAIL | FAIL | FAIL | — |
| move(dir) can overwrite an existing file | PASS | PASS | FAIL | FAIL | FAIL | — |
| move(dir, name) while the destination file has an open writable fails | PASS | PASS | FAIL | FAIL | FAIL | — |
| move(dir, name) can overwrite an existing file | PASS | PASS | PASS | FAIL | FAIL | — |
| FileSystemFileHandles are references, not paths | PASS | PASS | FAIL | FAIL | FAIL | — |