tor-browser

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

missing-names-ref.html (621B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4 <title>Missing name tests</title>
      5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
      6  
      7 <style type="text/css">
      8 
      9 body {
     10  margin: 50px;
     11 }
     12 
     13 @font-face { font-family: markA-regular; src: url(../fonts/markA.ttf); }
     14 
     15 .markA-regular { font-family: markA-regular; }
     16 
     17 </style>
     18  
     19 <script type="text/javascript">
     20 
     21 </script>
     22  
     23 </head>
     24 <body>
     25 <p>These lines should all be the same non-alphabetic character:</p>
     26 <p class="markA-regular">A</p>
     27 <p class="markA-regular">A</p>
     28 <p class="markA-regular">A</p>
     29 <p class="markA-regular">A</p>
     30 <p class="markA-regular">A</p>
     31 </body>
     32 </html>