blob: e315d3425cb8ee843c48cb4ba115c4eb67afcb9f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[window-open.https.sub.html]
expected:
if (os == "win") and debug and not swgl: [ERROR, OK]
[OK, ERROR]
[Cross-site window, forced, reloaded]
expected: [PASS, FAIL]
[Same-site window, forced, reloaded]
expected:
if (os == "win") and debug and (processor == "x86_64"): PASS
[PASS, FAIL]
|