blob: 13df22ead6ab7820dae650c97173c406e80730fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Tests related to SVG being used as an image, with zooming
# Simple <img> tests
fuzzy(0-1,0-408) == img-zoomIn-1.html squaredCircle-150x150-ref.html
fuzzy(0-1,0-74) == img-zoomOut-1.html squaredCircle-50x50-ref.html
# Ensure that scaled SVG images aren't fuzzy when tiled.
fails-if(useDrawSnapshot) == img-fuzzy-zoomOut-1.html img-fuzzy-zoomOut-1-ref.html
fails-if(useDrawSnapshot) == img-fuzzy-zoomIn-1.html img-fuzzy-zoomIn-1-ref.html
== img-fuzzy-transform-zoomOut-1.html img-fuzzy-zoomOut-1-ref.html
== img-fuzzy-transform-zoomIn-1.html img-fuzzy-zoomIn-1-ref.html
|