servo/tests/wpt/meta/IndexedDB/idbindex_getKey.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

56 lines
1.5 KiB
INI
Vendored

[idbindex_getKey.any.serviceworker.html]
expected: ERROR
[idbindex_getKey.any.html]
[getKey() returns the record's primary key]
expected: FAIL
[getKey() returns the record's primary key where the index contains duplicate values]
expected: FAIL
[getKey() attempt to retrieve the primary key of a record that doesn't exist]
expected: FAIL
[getKey() returns the key of the first record within the range]
expected: FAIL
[getKey() throws DataError when using invalid key]
expected: FAIL
[getKey() throws InvalidStateError when the index is deleted]
expected: FAIL
[getKey() throws TransactionInactiveError on aborted transaction]
expected: FAIL
[getKey() throws InvalidStateError on index deleted by aborted upgrade]
expected: FAIL
[idbindex_getKey.any.sharedworker.html]
expected: ERROR
[idbindex_getKey.any.worker.html]
[getKey() returns the record's primary key]
expected: FAIL
[getKey() returns the record's primary key where the index contains duplicate values]
expected: FAIL
[getKey() attempt to retrieve the primary key of a record that doesn't exist]
expected: FAIL
[getKey() returns the key of the first record within the range]
expected: FAIL
[getKey() throws DataError when using invalid key]
expected: FAIL
[getKey() throws InvalidStateError when the index is deleted]
expected: FAIL
[getKey() throws TransactionInactiveError on aborted transaction]
expected: FAIL
[getKey() throws InvalidStateError on index deleted by aborted upgrade]
expected: FAIL