servo/tests/wpt/meta/IndexedDB/upgrade-transaction-lifecycle-user-aborted.any.js.ini
Ngo Iok Ui (Wu Yu Wei) 25fe003af2
Fix IndexedDB WPT coverage (#37607)
The settings for WPT IndexedDB coverage is incorrect. We never ran the
IndexedDB tests actually.

Testing: `tests/wpt/tests/IndexedDB`

---------

Signed-off-by: Wu Yu Wei <yuweiwu@pm.me>
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
Co-authored-by: Josh Matthews <josh@joshmatthews.net>
2025-06-24 03:47:45 +00:00

33 lines
1.1 KiB
INI
Vendored

[upgrade-transaction-lifecycle-user-aborted.any.worker.html]
[synchronously after abort() is called]
expected: FAIL
[in a promise microtask after abort() is called, before the transaction abort event is fired]
expected: FAIL
[in the abort event handler for a transaction aborted due to an abort() call]
expected: FAIL
[in a setTimeout(0) callback after the abort event is fired for a transaction aborted due to an abort() call]
expected: FAIL
[upgrade-transaction-lifecycle-user-aborted.any.html]
[synchronously after abort() is called]
expected: FAIL
[in a promise microtask after abort() is called, before the transaction abort event is fired]
expected: FAIL
[in the abort event handler for a transaction aborted due to an abort() call]
expected: FAIL
[in a setTimeout(0) callback after the abort event is fired for a transaction aborted due to an abort() call]
expected: FAIL
[upgrade-transaction-lifecycle-user-aborted.any.sharedworker.html]
expected: ERROR
[upgrade-transaction-lifecycle-user-aborted.any.serviceworker.html]
expected: ERROR