blob: 23b87b60ac24fded40ed68d829d3ba8489f202fe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[back-forward-cache-open-connection.window.html]
expected:
if not debug and (os == "linux") and not fission: [OK, TIMEOUT]
if not debug and (os == "win"): [OK, TIMEOUT]
if not debug and (os == "mac"): [OK, TIMEOUT]
[Testing BFCache support for page with open IndexedDB connection, and eviction behavior when receiving versionchange event.]
expected:
if (os == "linux") and not fission and debug and not swgl: PASS
if (os == "linux") and fission and debug and not swgl: [FAIL, PASS]
if (os == "linux") and not fission and not debug: [PASS, FAIL, TIMEOUT]
if (os == "mac") and not debug: [PASS, FAIL, TIMEOUT]
if (os == "win") and not debug: [PASS, FAIL, TIMEOUT]
if os == "android": PASS
[PASS, FAIL]
|