tor-browser

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

scope-declaration-list-crash.html (179B)


      1 <!DOCTYPE html>
      2 <title>@scope crash with invalid selectors</title>
      3 <style>
      4  @scope (div) {
      5    z-index: 1;
      6  }
      7  @scope (div) {
      8    .a;
      9  }
     10 </style>
     11 <p>
     12  PASS if no crash.
     13 </p>