blob: 012883ab1d78d237a04ba714edc1fa88b4db57c6 [file] [log] [blame]
<!doctype html>
<script src="../../resources/testharness.js"></script>
<script src="../../resources/testharnessreport.js"></script>
<div style="background-image: radial-gradient(ellipse closest-corner at 20px 0px, white, sandybrown);"></div>
<div style="background-image: radial-gradient(ellipse closest-corner at 0px 20px, white, sandybrown);"></div>
<div style="background-image: radial-gradient(ellipse closest-corner at 0px 0px, white, sandybrown);"></div>
<script>
test(function() {}, 'Radial-gradient does not crash when specified with a height or width of 0.');
</script>