blob: bbf40fee99ab752383ad3cfa710d079357669db9 (
plain)
1
2
3
4
5
6
|
[column-balancing-paged-001-print.html]
fuzzy:
if os == "mac": maxDifference=0-2;totalPixels=0-438
expected:
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
if (os == "mac") and not debug: [PASS, FAIL]
|