blob: ff33359763d4bb1c8044e87f7a255d58a0848cb2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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]
|