tor-browser

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

scope-inner-pseudo-scope-crash.html (283B)


      1 <!DOCTYPE html>
      2 <title>Crash with :scope in both subject and prelude</title>
      3 <link rel="help" href="https://issues.chromium.org/issues/454830626">
      4 <style>
      5 @scope (.a) {
      6  @scope(:scope) {
      7    :scope {
      8      background: green;
      9    }
     10  }
     11 }
     12 </style>
     13 <div class=a>PASS if no crash</div>