tor-browser

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

layer-namespace-sandwich-crash.html (235B)


      1 <!DOCTYPE html>
      2 <title>Crash Test: @layer statement sandwiched between namespaces</title>
      3 <link rel="help" href="https://issues.chromium.org/issues/402248410">
      4 <style>
      5  @namespace "hello";
      6  @layer feh;
      7  @namespace "world";
      8 </style>