blob: d971b9b0e66c1845d9b152cd5b35f100de556112 (
plain)
1
2
3
4
5
6
7
8
|
[popup-same-origin-with-cross-origin.https.html]
prefs: [network.cookie.cookieBehavior:4]
expected:
if (os == "linux") and fission and debug: [OK, ERROR, TIMEOUT]
if (os == "linux") and fission and not debug: [OK, TIMEOUT]
if (os == "win") and (processor == "x86_64") and not swgl: [OK, ERROR, TIMEOUT]
if (os == "android") and not swgl: [OK, ERROR, TIMEOUT, CRASH]
if (os == "android") and swgl: [OK, ERROR, TIMEOUT, CRASH]
|