tor-browser

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

image-rendering-css.html (550B)


      1 <!DOCTYPE HTML>
      2 <!--
      3    Any copyright is dedicated to the Public Domain.
      4    http://creativecommons.org/licenses/publicdomain/
      5  -->
      6 <html reftest-zoom="2">
      7  <head>
      8    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      9    <title>test video image-rendering css -moz-crisp-edges</title>
     10    <style type="text/css">
     11      #v1 {
     12        image-rendering: -moz-crisp-edges;
     13      }
     14    </style>
     15  </head>
     16 
     17  <body>
     18    <video src="qr.mp4" preload="metadata" id="v1" style="position:absolute; left:0; top:0"></video>
     19  </body>
     20 
     21 </html>