blob: ba5cbb823141ef59f80cadb7cceb4588c31d9fd2 (
plain)
1
2
3
4
5
6
7
8
9
|
[idb-partitioned-basic.tentative.sub.html]
expected:
if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
[Simple test for partitioned IndexedDB]
expected:
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
if os == "android": FAIL
|