blob: a69bf9a649c7f17b3f604667da7b588cce4cfabe (
plain)
1
2
3
4
5
6
|
[page-name-002-print.html]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [TIMEOUT, PASS]
if (os == "win") and not debug and (processor == "x86"): [TIMEOUT, PASS]
if (os == "mac") and not debug: [TIMEOUT, PASS]
[PASS, TIMEOUT]
|