19 lines
924 B
INI
19 lines
924 B
INI
[back-forward-cache-open-transaction.window.html]
|
|
disabled:
|
|
if os == "linux": https://bugzilla.mozilla.org/show_bug.cgi?id=1845961
|
|
if os == "android": https://bugzilla.mozilla.org/show_bug.cgi?id=1845961
|
|
expected:
|
|
if (os == "linux") and not fission and debug and not swgl: [TIMEOUT, OK]
|
|
if (os == "linux") and not fission and debug and swgl: [TIMEOUT, OK]
|
|
if (os == "linux") and not fission and not debug: [TIMEOUT, OK]
|
|
if os == "win": [TIMEOUT, OK]
|
|
if os == "mac": [TIMEOUT, OK]
|
|
TIMEOUT
|
|
[BFCache support test for page with open IndexedDB transaction]
|
|
expected:
|
|
if (os == "linux") and not fission and debug and not swgl: [TIMEOUT, PASS]
|
|
if (os == "linux") and not fission and debug and swgl: [TIMEOUT, PASS]
|
|
if (os == "linux") and not fission and not debug: [TIMEOUT, PASS]
|
|
if os == "mac": [TIMEOUT, PASS]
|
|
if os == "win": [TIMEOUT, PASS]
|
|
TIMEOUT
|