tor-browser

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

use-typo-metrics-1-ref.html (359B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8"/>
      3 <title>Open Font Format: USE_TYPO_METRICS (reference)</title>
      4 <style>
      5  #green {
      6     position: absolute;
      7     background: green;
      8     left: 10px;
      9     width: 230px;
     10     height: 230px;
     11  }
     12 </style>
     13 <body>
     14  <p>Test passes if there is a green square and no red.</p>
     15 
     16  <div>
     17    <div id="green"></div>
     18  </div>
     19 </body>