blob: d2d085c9f941ceb24c9b7e0fd5f71560a25865c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[back-forward-cache-open-transaction.window.html]
expected:
if (os == "linux") and not fission and debug and not swgl: TIMEOUT
if (os == "linux") and fission: TIMEOUT
if os == "android": TIMEOUT
[TIMEOUT, OK]
[BFCache support test for page with open IndexedDB transaction]
expected:
if (os == "linux") and not fission and debug and not swgl: TIMEOUT
if (os == "linux") and fission: TIMEOUT
if os == "android": TIMEOUT
[TIMEOUT, PASS]
|