Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-backgrounds/linear-gradient-calc-crash.html - WPT Dashboard Interop Dashboard
<!doctype html>
<title>CSS Backgrounds and Borders Test: Chrome linear-gradient crash test with large percentage calc()</title>
<div style="background-image: linear-gradient(to left, black, red calc(1e39% + 0px), green);">Should not crash</div>