blob: 8ca7eaa7c0e4d6cca2667682599f9ea00bce59ae [file] [log] [blame]
<html>
<head>
<meta name="fuzzy" content="maxDifference=0-1;totalPixels=3700-10000" />
<style>
#grad {
height: 100px;
width: 100px;
background: repeating-conic-gradient(
blue 0deg, blue 90deg,
orange 0deg, orange 180deg
);
}
</style>
</head>
<body>
<div id="grad"></div>
</body>
</html>