mirror of
https://github.com/servo/servo.git
synced 2025-09-29 16:19:14 +01:00
Previously, the correct autoincremented and keypath parameters were only being passed if the object store is being created. This PR queries this info from the backend and passes it onto the constructor in IDBTransaction. Furthermore it exposes keypath and index_names from IDBObjectStore, mainly for WPT. Testing: WPT Fixes: None --------- Signed-off-by: Ashwin Naren <arihant2math@gmail.com>
39 lines
1 KiB
INI
Vendored
39 lines
1 KiB
INI
Vendored
[clone-before-keypath-eval.any.worker.html]
|
|
[Failing key path validity check operates on a clone]
|
|
expected: FAIL
|
|
|
|
[Store and index key path evaluations operate on the same clone]
|
|
expected: FAIL
|
|
|
|
[Cursor update checks and keypath evaluations operate on a clone]
|
|
expected: FAIL
|
|
|
|
[Index key path evaluations operate on a clone]
|
|
expected: FAIL
|
|
|
|
[Key generator and key path validity check operates on a clone]
|
|
expected: FAIL
|
|
|
|
|
|
[clone-before-keypath-eval.any.serviceworker.html]
|
|
expected: ERROR
|
|
|
|
[clone-before-keypath-eval.any.html]
|
|
[Failing key path validity check operates on a clone]
|
|
expected: FAIL
|
|
|
|
[Store and index key path evaluations operate on the same clone]
|
|
expected: FAIL
|
|
|
|
[Cursor update checks and keypath evaluations operate on a clone]
|
|
expected: FAIL
|
|
|
|
[Index key path evaluations operate on a clone]
|
|
expected: FAIL
|
|
|
|
[Key generator and key path validity check operates on a clone]
|
|
expected: FAIL
|
|
|
|
|
|
[clone-before-keypath-eval.any.sharedworker.html]
|
|
expected: ERROR
|