mirror of
https://github.com/servo/servo.git
synced 2025-10-01 09:09:15 +01:00
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:
parent
30b6e289e0
commit
189e649222
7 changed files with 19 additions and 26 deletions
|
@ -1,4 +1,5 @@
|
|||
[idbrequest-onupgradeneeded.any.worker.html]
|
||||
expected: TIMEOUT
|
||||
[indexedDB.delete called from upgradeneeded handler]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -9,10 +10,11 @@
|
|||
expected: FAIL
|
||||
|
||||
[transaction oncomplete ordering relative to open request onsuccess]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
|
||||
[idbrequest-onupgradeneeded.any.html]
|
||||
expected: TIMEOUT
|
||||
[indexedDB.delete called from upgradeneeded handler]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -23,7 +25,7 @@
|
|||
expected: FAIL
|
||||
|
||||
[transaction oncomplete ordering relative to open request onsuccess]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
|
||||
[idbrequest-onupgradeneeded.any.serviceworker.html]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue