tor-browser

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

323656-4-ref.html (330B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <title>Test inheritance through first-letter</title>
      5    <style>
      6      .f2 { color: blue }
      7      .f2 > span { color: green }
      8    </style>
      9  <body>
     10    <div class="f2"><span>A</span>BC</div>
     11    <div class="f2"><span>A</span>BC</div>
     12    <div class="f2"><span>A</span>BC</div>
     13  </body>
     14 </html>