tor-browser

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

nth-last-child-of-in-ancestor-ref.html (321B)


      1 <!doctype html>
      2 <meta charset=utf-8>
      3 <title>CSS Test Reference</title>
      4 <div>
      5  <p>Ignored</p>
      6  <p>Not <span>ignored</span></p>
      7  <p>Not <span style="color: green">ignored</span></p>
      8  <p>Not <span>ignored</span></p>
      9  <p>Selectively <span>ignored</span></p>
     10  <p>Not <span style="color: green">ignored</span></p>
     11 </div>