tor-browser

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

399941-5-ref.html (482B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4  <meta http-equiv="content-type" content="text/html; charset=utf-8">
      5  <title>Test case for bug 399941.html</title>
      6  <style type="text/css">
      7   span.fake-first-letter {
      8     color: lime;
      9     background-color: olive;
     10   }
     11  </style>
     12 </head>
     13 <body>
     14 <!-- If there is whitespace between the punctuation and the first letter,
     15      the first-letter includes this. -->
     16  <p><span class=fake-first-letter>"*" I</span>s an asterisk</p>
     17 </body>
     18 </html>