normalization-conic-2.html (534B)
1 <!doctype html> 2 <meta charset="utf-8"> 3 <title>Conic gradient stop normalization</title> 4 <link rel="help" href="https://drafts.csswg.org/css-images-4/#conic-gradients"> 5 <meta name="assert" content="Rendering of conic-gradient with normalized color stops"> 6 <meta name="fuzzy" content="maxDifference=0-1;totalPixels=0-10000"> 7 <link rel="match" href="reference/100x100-blue.html"> 8 <style> 9 #gradient { 10 width: 100px; 11 height: 100px; 12 background-image: conic-gradient(blue 150%, red 150%); 13 } 14 </style> 15 <div id="gradient"></div>