tor-browser

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

invalidate-sibling-different-slots-ref.html (288B)


      1 <!doctype html>
      2 <title>Invalidation works properly across siblings on different slots</title>
      3 <style>
      4 .x { display: table-header-group; }
      5 .x + * { color: green }
      6 </style>
      7 <details open="">
      8  <summary class="x" id="a">Main summary</summary>
      9  <summary>Should be green</summary>
     10 </details>