tor-browser

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

gradient-refcrash.html (421B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>Does this gradient crash the browser?</title>
      4 <link rel="match" href="../reference/blank.html">
      5 <link rel="help" href="https://drafts.csswg.org/css-images-3/#color-stop-syntax">
      6 <meta name="assert" content="Gradients with total length zero and absolute positioned stops do not crash.">
      7 <style>
      8  div {
      9    background: linear-gradient(black 0,white);
     10  }
     11 </style>
     12 <div></div>