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