blob: 8224bd7aaf9868d3c51ee05e1d5db6e932b2bc51 (
plain)
1
2
3
4
5
6
|
[popup-meta-http-equiv.https.html]
expected:
if (os == "android") and not fission and debug and not swgl: [OK, ERROR]
if (os == "win") and not debug and (processor == "x86"): [OK, ERROR, TIMEOUT]
if (os == "android") and fission: [OK, TIMEOUT, ERROR]
if os == "linux": [OK, ERROR, TIMEOUT, CRASH]
|