tor-browser

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

content-023-ref.html (291B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Reference</title>
      4 <style>
      5    div {
      6        border: 2px solid black;
      7    }
      8 </style>
      9 <body>
     10    <p>Test passes if there are circles "&#x25E6;" and "&#x25E6;.&#x25E6;" in the box below.</p>
     11    <div>&#x25E6;<br>&#x25E6;.&#x25E6;</div>
     12 </body>