tor-browser

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

bug533251-ref.html (354B)


      1 <!DOCTYPE HTML>
      2 <html lang="en">
      3 <head>
      4 <title>Bug 533251 crashtest</title>
      5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
      6  
      7 <style type="text/css">
      8 
      9 @font-face {
     10  font-family: test;
     11  src: url(../fonts/markA.ttf);
     12 }
     13 
     14 body {
     15  background-color: white;
     16 }
     17 
     18 p { font-family: test; }
     19 
     20 </style>
     21 </head>
     22 <body>
     23 <p>A</p>
     24 </body>
     25 </html>