tor-browser

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

bug1320197-1-ref.html (354B)


      1 <!DOCTYPE html>
      2 <meta charset=utf-8>
      3 <style>
      4 @font-face {
      5  font-family: test;
      6  src: url("resources/bug1320197-testFont2.ttf");
      7 }
      8 div {
      9  font: 600px/1 test;
     10  width: 1em;
     11  height: 1em;
     12  border: 10px solid silver;
     13  position: absolute;
     14 }
     15 </style>
     16 
     17 <p>There should be no purple visible at any of the edges of the black square.</p>
     18 
     19 <div>&#xe001;</div>