15 lines
687 B
INI
15 lines
687 B
INI
[back-forward-cache-open-connection.window.html]
|
|
expected:
|
|
if (os == "linux") and not debug and asan and not fission: [OK, TIMEOUT]
|
|
if (os == "linux") and not debug and not asan: OK
|
|
if (os == "win") and debug: OK
|
|
if (os == "win") and not debug: [OK, TIMEOUT]
|
|
if (os == "mac") and not debug: [OK, TIMEOUT]
|
|
if (os == "android") and not debug: [OK, CRASH]
|
|
CRASH
|
|
[Testing BFCache support for page with open IndexedDB connection, and eviction behavior when receiving versionchange event.]
|
|
expected:
|
|
if (os == "win") and debug: [PASS, FAIL]
|
|
if (os == "linux") and fission: [PASS, FAIL]
|
|
if os == "android": PASS
|
|
[PASS, FAIL, TIMEOUT]
|