tor-browser

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

scope-implicit-crash-print.html (272B)


      1 <!DOCTYPE html>
      2 <link rel="help" href="https://drafts.csswg.org/css-cascade-6/#scope-limits">
      3 <!-- Shouldn't crash, should just be a blank page -->
      4 <link rel="match" href="/css/reference/blank.html">
      5 <style>
      6 @scope {
      7  :scope {
      8    background: transparent;
      9  }
     10 }
     11 </style>