9 lines
456 B
INI
9 lines
456 B
INI
[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
|