wpt / css / css-images / gradient-nan-crash.html
Status: PASS | Duration: 2ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi
Enable JavaScript in test iframe
/css/css-images/gradient-nan-crash.html
<!doctype html> <style>body { background: linear-gradient(black calc(0% * (1e39 - 1e39)), black 0%); }</style>