tor-browser

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

first-letter-punctuation-and-space-ref.html (376B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Reference</title>
      4 <style>
      5    div {
      6        font-size: 36px;
      7    }
      8    span {
      9        color: green;
     10    }
     11 </style>
     12 <body>
     13    <p>Test passes if the "T"s and preceding punctuation below are green.</p>
     14    <div><span>– T</span>est</div>
     15    <div><span>« T</span>est</div>
     16    <div><span>&#xab;&nbsp;T</span>est</div>
     17 </body>