tor-browser

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

399941-2-ref.html (690B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4  <meta http-equiv="content-type" content="text/html; charset=utf-8">
      5  <title>Reference: Test case for bug 399941, revised in bug 1260366 and again in
      6         bug 1957384 due to spec changes</title>
      7  <style type="text/css">
      8   span.fake-first-letter {
      9     color: lime;
     10     background-color: olive;
     11   }
     12  </style>
     13 </head>
     14 <body>
     15 <!-- Punctuation in class Pc should be included: there is a first-letter here -->
     16  <p><span class="fake-first-letter">_I_,</span> said the Fly,</p>
     17 <!-- Punctuation in class Pd should be included before the letter, but not after it -->
     18  <p><span class="fake-first-letter">-I</span>-, said the Fly,</p>
     19 </body>
     20 </html>