tor-browser

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

chrome-420329041-crash.html (283B)


      1 <!DOCTYPE html>
      2 <link rel="help" href="https://crbug.com/420329041">
      3 <style>
      4  #crash {
      5    position: absolute;
      6    left: anchor(right);
      7    --svg: url("data:image/svg+xml,");
      8    content: var(--svg);
      9    fill: var(--svg);
     10  }
     11 </style>
     12 <p>Pass if no crash</p>
     13 <div id="crash"></div>