tor-browser

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

nth-child-of-in-shadow-root-ref.html (360B)


      1 <!DOCTYPE html>
      2 <title>CSS Selectors Invalidation: :nth-child(... of class) within shadow root</title>
      3 <link rel="author" title="Steinar H. Gunderson" href="sesse@chromium.org">
      4 <link rel="help" href="https://drafts.csswg.org/selectors-4/#child-index">
      5 <div>
      6  <div>No green</div>
      7  <div>No green</div>
      8  <div style="color: green">Should be green</div>
      9 </div>