tor-browser

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

radial-gradient-transition-hint-crash.html (417B)


      1 <!DOCTYPE html>
      2 <title>Color transition hint between values that are far apart</title>
      3 <link rel="help" href="https://drafts.csswg.org/css-images-4/#radial-gradients">
      4 <link rel="help" href="https://drafts.csswg.org/css-images-4/#color-transition-hint">
      5 <div style="width:400px;height:400px;"></div>
      6 <style>
      7 div {
      8  background-image: radial-gradient(green -1540359700%, 0px, darkgrey 2%);
      9 }
     10 </style>
     11 PASS if no crash