indexeddb: Allow deleting unknown DBs. (#38076)

The current behaviour is too strict according to the spec and is the
cause of many intermittent test errors.

Testing: Existing coverage is sufficient.
Fixes: #37706

---------

Signed-off-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
Josh Matthews 2025-07-15 21:22:18 -04:00 committed by GitHub
parent 30b6e289e0
commit 189e649222
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 19 additions and 26 deletions

View file

@ -1,13 +1,12 @@
[database-names-by-origin.html]
expected: TIMEOUT
[open database names don't leak to cross-origin iframe]
expected: TIMEOUT
expected: FAIL
[open database names don't leak to cross-origin window]
expected: NOTRUN
expected: FAIL
[closed database names don't leak to cross-origin iframe]
expected: NOTRUN
expected: FAIL
[closed database names don't leak to cross-origin window]
expected: NOTRUN
expected: FAIL