tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

reftest.list (594B)


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