mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
#37684 provided the backend for this change. The key range interface just wraps a `IndexedDBKeyRange` and exposes the methods from it as per the spec. Spec: https://www.w3.org/TR/IndexedDB-2/#keyrange Testing: WPT tests (some regressions have been exposed, but that's fine) --------- Signed-off-by: Ashwin Naren <arihant2math@gmail.com> Signed-off-by: Josh Matthews <josh@joshmatthews.net> Co-authored-by: Josh Matthews <josh@joshmatthews.net>
21 lines
767 B
INI
Vendored
21 lines
767 B
INI
Vendored
[idbindex-cross-realm-methods.html]
|
|
[Cross-realm IDBIndex::get() method from detached <iframe> works as expected]
|
|
expected: FAIL
|
|
|
|
[Cross-realm IDBIndex::getKey() method from detached <iframe> works as expected]
|
|
expected: FAIL
|
|
|
|
[Cross-realm IDBIndex::getAll() method from detached <iframe> works as expected]
|
|
expected: FAIL
|
|
|
|
[Cross-realm IDBIndex::getAllKeys() method from detached <iframe> works as expected]
|
|
expected: FAIL
|
|
|
|
[Cross-realm IDBIndex::count() method from detached <iframe> works as expected]
|
|
expected: FAIL
|
|
|
|
[Cross-realm IDBIndex::openCursor() method from detached <iframe> works as expected]
|
|
expected: FAIL
|
|
|
|
[Cross-realm IDBIndex::openKeyCursor() method from detached <iframe> works as expected]
|
|
expected: FAIL
|