blob: f01064b6b6d333e8382b5e79163951c61ed003ea [file] [log] [blame]
<html>
<head>
<meta name="fuzzy" content="maxDifference=0-1;totalPixels=14500-15100" />
<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>