haikuwebkit/LayoutTests/css3/masking/clip-path-ellipse-expected....

18 lines
237 B
HTML

<!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>