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