blob: 0d759443a8078b7c7bf08d6e04f68ad0e08773e3 (
plain)
1
2
3
4
5
6
7
|
[contain-layout-017.html]
fuzzy:
if os == "win": maxDifference=16-47;totalPixels=2
if os == "mac": maxDifference=13;totalPixels=2
expected:
if os == "mac": FAIL
if os == "android": FAIL
|