diff options
Diffstat (limited to 'testing/web-platform/meta/IndexedDB/idbindex-cross-realm-methods.html.ini')
-rw-r--r-- | testing/web-platform/meta/IndexedDB/idbindex-cross-realm-methods.html.ini | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/testing/web-platform/meta/IndexedDB/idbindex-cross-realm-methods.html.ini b/testing/web-platform/meta/IndexedDB/idbindex-cross-realm-methods.html.ini new file mode 100644 index 0000000000..ff33359763 --- /dev/null +++ b/testing/web-platform/meta/IndexedDB/idbindex-cross-realm-methods.html.ini @@ -0,0 +1,26 @@ +[idbindex-cross-realm-methods.html] + expected: + if (processor == "x86") and (os == "win") and not debug: [OK, TIMEOUT] + [Cross-realm IDBIndex::openKeyCursor() method from detached <iframe> works as expected] + expected: + if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT] + + [Cross-realm IDBIndex::openCursor() method from detached <iframe> works as expected] + expected: + if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT] + + [Cross-realm IDBIndex::count() method from detached <iframe> works as expected] + expected: + if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT] + + [Cross-realm IDBIndex::getAll() method from detached <iframe> works as expected] + expected: + if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT] + + [Cross-realm IDBIndex::getKey() method from detached <iframe> works as expected] + expected: + if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT] + + [Cross-realm IDBIndex::getAllKeys() method from detached <iframe> works as expected] + expected: + if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT] |