summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-images/infinite-radial-gradient-refcrash.html
blob: a3a1e7fb069d311162c5cfa427125bac524ffaa2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!doctype html>
<title>CSS Images Test: repeating-radial-gradient with huge size crashes Chrome</title>
<link rel="help" href="https://crbug.com/1009307">
<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>