mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Fixes panic by rethrowing exceptions. Testing: Covered by WPT Fixes: #38075 --------- Signed-off-by: Ashwin Naren <arihant2math@gmail.com>
47 lines
1.2 KiB
INI
Vendored
47 lines
1.2 KiB
INI
Vendored
[idbobjectstore_delete.any.worker.html]
|
|
expected: CRASH
|
|
[delete() removes record (inline keys)]
|
|
expected: FAIL
|
|
|
|
[delete() key doesn't match any records]
|
|
expected: FAIL
|
|
|
|
[Object store's key path is an object attribute]
|
|
expected: FAIL
|
|
|
|
[delete() removes record (out-of-line keys)]
|
|
expected: FAIL
|
|
|
|
[delete() removes all of the records in the range]
|
|
expected: FAIL
|
|
|
|
[If the object store has been deleted, the implementation must throw a DOMException of type InvalidStateError]
|
|
expected: FAIL
|
|
|
|
|
|
[idbobjectstore_delete.any.serviceworker.html]
|
|
expected: ERROR
|
|
|
|
[idbobjectstore_delete.any.html]
|
|
expected: CRASH
|
|
[delete() removes record (inline keys)]
|
|
expected: FAIL
|
|
|
|
[delete() key doesn't match any records]
|
|
expected: FAIL
|
|
|
|
[Object store's key path is an object attribute]
|
|
expected: FAIL
|
|
|
|
[delete() removes record (out-of-line keys)]
|
|
expected: FAIL
|
|
|
|
[delete() removes all of the records in the range]
|
|
expected: FAIL
|
|
|
|
[If the object store has been deleted, the implementation must throw a DOMException of type InvalidStateError]
|
|
expected: FAIL
|
|
|
|
|
|
[idbobjectstore_delete.any.sharedworker.html]
|
|
expected: ERROR
|