blob: 4fff3ac909a04779a36310fb19c002c6b75d2d3a [file] [log] [blame]
<!doctype html>
<meta charset="utf-8">
<title>Radial gradient stop normalization</title>
<link rel="help" href="https://www.w3.org/TR/css-images-3/#repeating-gradients">
<meta name="assert" content="Rendering of repeating-radial-gradient w/ stops at the same place">
<link rel="match" href="reference/100x100-blue.html">
<style>
#gradient {
width: 100px;
height: 100px;
background-image: repeating-radial-gradient(orange 50%, blue 50%);
}
</style>
<div id="gradient"></div>