tor-browser

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

transform-interpolation-rotate.html (430B)


      1 <!DOCTYPE html>
      2 <html class="reftest-wait">
      3 <link rel="match" href="transform-interpolation-ref.html?rotate">
      4 <meta name="fuzzy" content="maxDifference=0-2;totalPixels=0-246">
      5 <link rel="help" href="https://drafts.csswg.org/css-transforms/">
      6 
      7 <script src="../../../common/reftest-wait.js"></script>
      8 <script src="support/transform-interpolation-reftests.js"></script>
      9 
     10 <body>
     11 <script>
     12 createTests(transformTests.rotate);
     13 </script>