tor-browser

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

content-017-ref.html (280B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Reference</title>
      4 <style>
      5    div {
      6        border: 2px solid black;
      7        height: 30px;
      8    }
      9 </style>
     10 <body>
     11    <p>Test passes if there is a Georgian character "&#x10d0;" in the box below.</p>
     12    <div>&#x10d0;</div>
     13 </body>