blob: 58a5257b4f92b367647a413af635b04c666b5dac [file] [edit]
<html>
<head>
<meta name="fuzzy" content="maxDifference=0-1;totalPixels=14300-15400" />
<style>
#grad {
width: 200px;
height: 200px;
background: -webkit-linear-gradient(blue 0% 25%, green 25% 50%, orange 100px 75%, lime 150px);
}
</style>
</head>
<body>
<div id="grad"></div>
</body>
</html>