blob: 453691fcadd23fc505927d01dddac028e2dbec3f (
plain)
1
2
3
4
5
6
7
8
9
|
[iframe-cross-origin-print.sub.html]
expected:
if fission and (os == "win") and ccov and fission: [PASS, FAIL]
if (os == "linux") and fission and debug and swgl: [PASS, FAIL, ERROR]
if (os == "linux") and fission and debug and not swgl: [PASS, FAIL, ERROR]
if (os == "win") and debug and swgl: [PASS, FAIL, CRASH]
if (os == "win") and debug and not swgl: [PASS, FAIL]
if (os == "linux") and fission and not debug: [PASS, FAIL, ERROR]
if (os == "win") and not debug: [PASS, FAIL, CRASH]
|