blob: 6a80f91fa502c068d529da9991ae950ee7ce3642 (
plain)
1
2
3
4
5
6
7
|
[contain-paint-021.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
|