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/infinite-radial-gradient-refcrash.html - WPT Dashboard Interop Dashboard
<!doctype html>
<title>CSS Images Test: repeating-radial-gradient with huge size crashes Chrome</title>
<link rel="match" href="infinite-radial-gradient-crash-ref.html">
<style>
#crash {
background-image: repeating-radial-gradient(closest-corner circle at 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999%, green, green);
width: 300px;
height: 300px;
}
</style>
<p>You should see a 300x300px green square below and no crash.</p>
<div id="crash"></div>