normalization-linear-degenerate.html (558B)
1 <!doctype html> 2 <meta charset="utf-8"> 3 <title>Linear gradient stop normalization</title> 4 <link rel="help" href="https://www.w3.org/TR/css-images-3/#repeating-gradients"> 5 <meta name="assert" content="Rendering of repeating-linear-gradient w/ stops at the same place"> 6 <meta name="fuzzy" content="maxDifference=0-1;totalPixels=0-40000"> 7 <link rel="match" href="reference/100x100-blue.html"> 8 <style> 9 #gradient { 10 width: 100px; 11 height: 100px; 12 background-image: repeating-linear-gradient(orange 50%, blue 50%); 13 } 14 </style> 15 <div id="gradient"></div>