servo/tests/wpt/meta/IndexedDB/idbtransaction_abort.any.js.ini
Ashwin Naren 91b2ab5458
indexeddb: Implement autoincremented keys and report autoincrementedness properly through DOM interface (#38723)
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>
2025-08-31 03:54:18 +00:00

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