28 lines
1.1 KiB
INI
28 lines
1.1 KiB
INI
[idbindex-cross-realm-methods.html]
|
|
expected:
|
|
if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
|
|
if (os == "mac") and debug: CRASH
|
|
if (os == "android") and debug: CRASH
|
|
[Cross-realm IDBIndex::openKeyCursor() method from detached <iframe> works as expected]
|
|
expected:
|
|
if (processor == "x86") and not debug: [PASS, TIMEOUT]
|
|
|
|
[Cross-realm IDBIndex::openCursor() method from detached <iframe> works as expected]
|
|
expected:
|
|
if (processor == "x86") and not debug: [PASS, TIMEOUT]
|
|
|
|
[Cross-realm IDBIndex::count() method from detached <iframe> works as expected]
|
|
expected:
|
|
if (processor == "x86") and not debug: [PASS, TIMEOUT]
|
|
|
|
[Cross-realm IDBIndex::getAll() method from detached <iframe> works as expected]
|
|
expected:
|
|
if (processor == "x86") and not debug: [PASS, TIMEOUT]
|
|
|
|
[Cross-realm IDBIndex::getKey() method from detached <iframe> works as expected]
|
|
expected:
|
|
if (processor == "x86") and not debug: [PASS, TIMEOUT]
|
|
|
|
[Cross-realm IDBIndex::getAllKeys() method from detached <iframe> works as expected]
|
|
expected:
|
|
if (processor == "x86") and not debug: [PASS, TIMEOUT]
|