blob: 8e3c41a452c1655c2ac17a40b6e2366264f18200 (
plain)
1
2
3
4
5
|
[fetch-mixed-content-to-outscope.https.html]
expected:
if not swgl and (os == "linux") and fission and not debug and (processor == "x86_64"): [OK, ERROR]
if swgl and (os == "linux") and not fission: [OK, CRASH]
if swgl and (os == "linux") and fission: [OK, CRASH]
|