indexeddb: Initialize DB version to zero. (#38819)

None of our automated tests were executing the initial DB setup code
because the requested version always matched.

Testing: Existing WPT coverage.

Signed-off-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
Josh Matthews 2025-08-21 18:49:57 -04:00 committed by GitHub
parent bce9f06cf8
commit 18230e9630
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
47 changed files with 303 additions and 212 deletions

View file

@ -18,6 +18,9 @@
[IDBTransaction.objectStoreNames - unusual names]
expected: FAIL
[IDBTransaction.objectStoreNames - during upgrade transaction]
expected: FAIL
[idbtransaction_objectStoreNames.any.worker.html]
expected: TIMEOUT
@ -39,6 +42,9 @@
[IDBTransaction.objectStoreNames - unusual names]
expected: FAIL
[IDBTransaction.objectStoreNames - during upgrade transaction]
expected: FAIL
[idbtransaction_objectStoreNames.any.serviceworker.html]
expected: ERROR