tor-browser

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

nth-child-containing-ancestor-ref.html (379B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8" />
      3 <title>CSS Selectors Invalidation: :nth-child(... of S) with ancestor in S</title>
      4 <link rel="author" title="Steinar H. Gunderson" href="sesse@chromium.org">
      5 <link rel="help" href="https://drafts.csswg.org/selectors-4/#child-index">
      6 <div>
      7  <div>
      8    <div>
      9      <div style="color: green">Should be green</div>
     10    </div>
     11  </div>
     12 </div>