blob: cead0568d35dc5923eeb1465e001fdc633072220 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[idbindex-cross-realm-methods.html]
expected:
if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
if (os == "android") and fission: [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]
|