summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-backgrounds/linear-gradient-calc-crash.html
blob: 5ae6104a7941b836ab700ca50b5dbe20914afcf6 (plain)
1
2
3
4
<!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>