tor-browser

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

first-letter-with-quote-ref.html (244B)


      1 <!DOCTYPE HTML>
      2 <title>Reference: The ::first-letter should work with quote element</title>
      3 <link rel="author" title="Jaeyong Bae" href="jdragon.bae@gmail.com">
      4 <style>
      5  span { color: red }
      6 </style>
      7 <p>
      8  <span>&#x201c;</span>abc&#x201d;
      9 </p>