tor-browser

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

518172-b-ref.html (346B)


      1 <!DOCTYPE HTML>
      2 <title>Testcase, bug 518172</title>
      3 <style type="text/css">
      4 
      5 @font-face {
      6  font-family: "MarkA";
      7  src: url(../fonts/markA.ttf);
      8 }
      9 
     10 html, body { margin: 0; padding: 0; }
     11 body { font: 200px/200px MarkA; }
     12 div#one { width: 200px; height:200px; padding: 100px;
     13          transform: rotate(90deg); }
     14 
     15 </style>
     16 <div id="one">A</div>