blob: 8fe63807e7befdb50c4587e11703ccd1bb0d7d7f (
plain)
1
2
3
4
5
6
|
[viewport-units-001-print.html]
expected:
if (os == "win") and not debug: ["PASS", "FAIL", "TIMEOUT"]
if (os == "mac") and not debug: ["PASS", "FAIL"]
fuzzy:
if (os == "mac") and debug: maxDifference=0-1;totalPixels=0-2
|