WPT
wpt / IndexedDB / idbfactory_open.any.sharedworker.html
Spec: Indexed DB ↗
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 | 29/29 | 29/29 | 29/29 | 29/29 | 15/29 | NOT RUN |
| Subtest | Chrome | Firefox | Safari | Ladybird | Servo | Blitz |
|---|---|---|---|---|---|---|
| IDBFactory.open() - request has no source | PASS | PASS | PASS | PASS | TIMEOUT | — |
| IDBFactory.open() - database 'name' and 'version' are correctly set | PASS | PASS | PASS | PASS | TIMEOUT | — |
| IDBFactory.open() - no version opens current database | PASS | PASS | PASS | PASS | TIMEOUT | — |
| IDBFactory.open() - new database has default version | PASS | PASS | PASS | PASS | TIMEOUT | — |
| IDBFactory.open() - new database is empty | PASS | PASS | PASS | PASS | TIMEOUT | — |
| IDBFactory.open() - open database with a lower version than current | PASS | PASS | PASS | PASS | TIMEOUT | — |
| IDBFactory.open() - open database with a higher version than current | PASS | PASS | PASS | PASS | TIMEOUT | — |
| IDBFactory.open() - error in version change transaction aborts open | PASS | PASS | PASS | PASS | TIMEOUT | — |
| Calling open() with version argument -1 should throw TypeError. | PASS | PASS | PASS | PASS | PASS | — |
| Calling open() with version argument -0.5 should throw TypeError. | PASS | PASS | PASS | PASS | PASS | — |
| Calling open() with version argument 0 should throw TypeError. | PASS | PASS | PASS | PASS | PASS | — |
| Calling open() with version argument 0.5 should throw TypeError. | PASS | PASS | PASS | PASS | PASS | — |
| Calling open() with version argument 0.8 should throw TypeError. | PASS | PASS | PASS | PASS | PASS | — |
| Calling open() with version argument 9007199254740992 should throw TypeError. | PASS | PASS | PASS | PASS | PASS | — |
| Calling open() with version argument NaN should throw TypeError. | PASS | PASS | PASS | PASS | PASS | — |
| Calling open() with version argument Infinity should throw TypeError. | PASS | PASS | PASS | PASS | PASS | — |
| Calling open() with version argument -Infinity should throw TypeError. | PASS | PASS | PASS | PASS | PASS | — |
| Calling open() with version argument "foo" should throw TypeError. | PASS | PASS | PASS | PASS | PASS | — |
| Calling open() with version argument null should throw TypeError. | PASS | PASS | PASS | PASS | PASS | — |
| Calling open() with version argument false should throw TypeError. | PASS | PASS | PASS | PASS | PASS | — |
| Calling open() with version argument object should throw TypeError. | PASS | PASS | PASS | PASS | PASS | — |
| Calling open() with version argument object (second) should throw TypeError. | PASS | PASS | PASS | PASS | PASS | — |
| Calling open() with version argument object (third) should throw TypeError. | PASS | PASS | PASS | PASS | PASS | — |
| Calling open() with version argument 1.5 should not throw. | PASS | PASS | PASS | PASS | TIMEOUT | — |
| Calling open() with version argument 9007199254740991 should not throw. | PASS | PASS | PASS | PASS | FAIL | — |
| Calling open() with version argument undefined should not throw. | PASS | PASS | PASS | PASS | FAIL | — |
| IDBFactory.open() - error in upgradeneeded resets db | PASS | PASS | PASS | PASS | TIMEOUT | — |
| IDBFactory.open() - second open's transaction is available to get objectStores | PASS | PASS | PASS | PASS | TIMEOUT | — |
| IDBFactory.open() - upgradeneeded gets VersionChangeEvent | PASS | PASS | PASS | PASS | TIMEOUT | — |