blob: d5335dbbc2be9ad5058c5f7a3bcdcf465bbaa94e [file] [log] [blame]
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-90" />
<style>
div
{
width: 800px;
height: 400px;
padding: 50px;
border: 50px solid transparent;
background-image: url(resources/circle.png);
background-size: 50px auto;
background-repeat: round repeat;
background-origin: border-box;
background-clip: border-box;
}
</style>
</head>
<body>
<div/>
</body>
</html>