tor-browser

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

quotes-first-line-ref.html (424B)


      1 <!doctype html>
      2 <meta charset=utf-8>
      3 <title>CSS-content test: first line with quotes honor color</title>
      4 <link rel="author" title="Minseong Kim" href="jja08111@gmail.com">
      5 <style>
      6 body { font: 32px serif; }
      7 .first-line { color: red; }
      8 </style>
      9 <p>Test passes if color of quote marks matches the text color on each line.</p>
     10 <div>
     11  <span class="first-line">This is <q>quoted</q></span>
     12  <br>
     13  This is <q>quoted</q>
     14 </div>