blob: 52eb182f71afc769eda38cb75af842d82b4e661e (
plain)
1
2
3
4
5
|
[popup-with-structured-header.https.html]
expected:
if (os == "android") and debug and not swgl: [OK, ERROR, TIMEOUT]
if (os == "android") and debug and swgl: [OK, ERROR, TIMEOUT]
if (os == "android") and not debug: [OK, TIMEOUT, ERROR]
|