blob: 775ff2bb67c63bfbf8e8b4b6aa7227771aa20b94 [file] [log] [blame]
<!DOCTYPE html>
<html lang="en">
<head>
<style>
div {
width: 200px;
height: 200px;
background-color: green;
-webkit-clip-path: circle();
-webkit-transform: scaleY(0.5);
}
</style>
</head>
<body>
<div>
</body>
</html>