haikuwebkit/LayoutTests/css3/masking/clip-path-polygon-evenodd-e...

16 lines
197 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<style>
div {
width: 160px;
height: 160px;
border: solid green 20px;
background-color: white;
}
</style>
</head>
<body>
<div>
</body>
</html>