blob: 82401cfca54635f5b68fbddacbb483ebde7e4bd7 [file] [log] [blame]
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-1">
<style>
div {
width: 200px;
height: 200px;
background-color: green;
-webkit-clip-path: ellipse(100px 50px);
}
</style>
</head>
<body>
<div>
</body>
</html>