summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-images/gradient-nan-crash.html
blob: 8c4b647042531c50ec4fd441c9c26c302c75cae5 (plain)
1
2
<!doctype html>
<style>body { background: linear-gradient(black calc(0% * (1e39 - 1e39)), black 0%); }</style>