Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-images/gradient-nan-crash.html - WPT Dashboard Interop Dashboard
<!doctype html>
<style>body { background: linear-gradient(black calc(0% * (1e39 - 1e39)), black 0%); }</style>