tor-browser

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

linear-gradient-calc-crash.html (296B)


      1 <!doctype html>
      2 <title>CSS Backgrounds and Borders Test: Chrome linear-gradient crash test with large percentage calc()</title>
      3 <link rel="help" href="https://crbug.com/1174046">
      4 <div style="background-image: linear-gradient(to left, black, red calc(1e39% + 0px), green);">Should not crash</div>