mirror of
https://github.com/servo/servo.git
synced 2025-09-14 17:08:22 +01:00
The current implementation of evaluate_key_path_on_value was translated from gecko, and it is incomplete. The unimplemented part occurs many crashes in WPT tests. This PR re-implements it according to the spec. It should eliminate many crashed WPT tests, and increase the code readability. Testing: Update WPT test expectation Fixes: #38817 partially, and #25325 --------- Signed-off-by: Kingsley Yung <kingsley@kkoyung.dev>
21 lines
945 B
INI
Vendored
21 lines
945 B
INI
Vendored
[idbdatabase_deleteObjectStore.any.worker.html]
|
|
[Deleted object store's name should be removed from database's list. Attempting to use a deleted IDBObjectStore should throw an InvalidStateError]
|
|
expected: FAIL
|
|
|
|
[Attempting to access an index that was deleted as part of object store deletion and then recreated using the same object store name should throw a NotFoundError]
|
|
expected: FAIL
|
|
|
|
|
|
[idbdatabase_deleteObjectStore.any.html]
|
|
[Deleted object store's name should be removed from database's list. Attempting to use a deleted IDBObjectStore should throw an InvalidStateError]
|
|
expected: FAIL
|
|
|
|
[Attempting to access an index that was deleted as part of object store deletion and then recreated using the same object store name should throw a NotFoundError]
|
|
expected: FAIL
|
|
|
|
|
|
[idbdatabase_deleteObjectStore.any.serviceworker.html]
|
|
expected: ERROR
|
|
|
|
[idbdatabase_deleteObjectStore.any.sharedworker.html]
|
|
expected: ERROR
|