Source code

Revision control

Copy as Markdown

Other Tools

[idbobjectstore-cross-realm-methods.html]
expected:
if (processor == "x86_64") and (os == "win") and not debug: [OK, TIMEOUT]
if (processor == "x86") and not debug: [OK, TIMEOUT]
[Cross-realm IDBObjectStore::getAllKeys() method from detached <iframe> works as expected]
expected:
if (processor == "x86_64") and (os == "win") and not debug: [PASS, TIMEOUT]
if (processor == "x86") and not debug: [PASS, TIMEOUT]
[Cross-realm IDBObjectStore::count() method from detached <iframe> works as expected]
expected:
if (processor == "x86_64") and (os == "win") and not debug: [PASS, TIMEOUT]
if (processor == "x86") and not debug: [PASS, TIMEOUT]
[Cross-realm IDBObjectStore::openCursor() method from detached <iframe> works as expected]
expected:
if (processor == "x86_64") and (os == "win") and not debug: [PASS, TIMEOUT]
if (processor == "x86") and not debug: [PASS, TIMEOUT]
[Cross-realm IDBObjectStore::openKeyCursor() method from detached <iframe> works as expected]
expected:
if (processor == "x86_64") and (os == "win") and not debug: [PASS, TIMEOUT]
if (processor == "x86") and not debug: [PASS, TIMEOUT]
[Cross-realm IDBObjectStore::getAll() method from detached <iframe> works as expected]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
[Cross-realm IDBObjectStore::get() method from detached <iframe> works as expected]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
[Cross-realm IDBObjectStore::delete() method from detached <iframe> works as expected]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
[Cross-realm IDBObjectStore::clear() method from detached <iframe> works as expected]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
[Cross-realm IDBObjectStore::add() method from detached <iframe> works as expected]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
[Cross-realm IDBObjectStore::getKey() method from detached <iframe> works as expected]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
[Cross-realm IDBObjectStore::put() method from detached <iframe> works as expected]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]