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