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>
46 lines
958 B
INI
Vendored
46 lines
958 B
INI
Vendored
[keypath-special-identifiers.any.html]
|
|
expected: TIMEOUT
|
|
[Type: String, identifier: length]
|
|
expected: TIMEOUT
|
|
|
|
[Type: Array, identifier: length]
|
|
expected: TIMEOUT
|
|
|
|
[Type: Blob, identifier: size]
|
|
expected: TIMEOUT
|
|
|
|
[Type: Blob, identifier: type]
|
|
expected: TIMEOUT
|
|
|
|
[Type: File, identifier: name]
|
|
expected: FAIL
|
|
|
|
[Type: File, identifier: lastModified]
|
|
expected: FAIL
|
|
|
|
|
|
[keypath-special-identifiers.any.sharedworker.html]
|
|
expected: ERROR
|
|
|
|
[keypath-special-identifiers.any.serviceworker.html]
|
|
expected: ERROR
|
|
|
|
[keypath-special-identifiers.any.worker.html]
|
|
expected: TIMEOUT
|
|
[Type: String, identifier: length]
|
|
expected: TIMEOUT
|
|
|
|
[Type: Array, identifier: length]
|
|
expected: TIMEOUT
|
|
|
|
[Type: Blob, identifier: size]
|
|
expected: TIMEOUT
|
|
|
|
[Type: Blob, identifier: type]
|
|
expected: TIMEOUT
|
|
|
|
[Type: File, identifier: name]
|
|
expected: FAIL
|
|
|
|
[Type: File, identifier: lastModified]
|
|
expected: FAIL
|