mirror of
https://github.com/servo/servo.git
synced 2025-09-29 16:19:14 +01:00
Autoincrementedness was previously being reported as always false. This PR makes the state become queried from the backend, as the spec specifies. Additionally this PR ensures the backend correctly handles an object store which autoincrements. Testing: WPT Fixes: None --------- Signed-off-by: Ashwin Naren <arihant2math@gmail.com>
28 lines
724 B
INI
Vendored
28 lines
724 B
INI
Vendored
[idbtransaction_abort.any.worker.html]
|
|
expected: TIMEOUT
|
|
[Abort event should fire during transaction]
|
|
expected: FAIL
|
|
|
|
[Abort during auto-committing should throw InvalidStateError.]
|
|
expected: FAIL
|
|
|
|
[Abort on completed transaction should throw InvalidStateError.]
|
|
expected: TIMEOUT
|
|
|
|
|
|
[idbtransaction_abort.any.sharedworker.html]
|
|
expected: ERROR
|
|
|
|
[idbtransaction_abort.any.serviceworker.html]
|
|
expected: ERROR
|
|
|
|
[idbtransaction_abort.any.html]
|
|
expected: TIMEOUT
|
|
[Abort event should fire during transaction]
|
|
expected: FAIL
|
|
|
|
[Abort during auto-committing should throw InvalidStateError.]
|
|
expected: FAIL
|
|
|
|
[Abort on completed transaction should throw InvalidStateError.]
|
|
expected: TIMEOUT
|