tor-browser

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

translate-rounding-1.html (362B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <title>Bug 1392161 - Transform translate rounding (em)</title>
      5    <style>
      6      div {
      7        height: 100px;
      8        width: 100px;
      9        background: blue;
     10        font-size: 10px;
     11        transform: scale(100000) translate(0.0001em) scale(0.00001);
     12      }
     13    </style>
     14  </head>
     15  <body>
     16    <div></div>
     17  </body>
     18 </html>