summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-images/radial-gradient-transition-hint-crash.html
blob: 51519a1936f071b8e77b9054d47944bdffb8ac96 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<title>Color transition hint between values that are far apart</title>
<link rel="help" href="https://drafts.csswg.org/css-images-4/#radial-gradients">
<link rel="help" href="https://drafts.csswg.org/css-images-4/#color-transition-hint">
<div style="width:400px;height:400px;"></div>
<style>
div {
  background-image: radial-gradient(green -1540359700%, 0px, darkgrey 2%);
}
</style>
PASS if no crash