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