haikuwebkit/LayoutTests/css3/masking/clip-path-content-box-expec...

14 lines
175 B
HTML

<!DOCTYPE html>
<style>
.clip {
width: 140px;
height: 140px;
background-color: green;
margin: 30px;
}
</style>
<body>
<div class="clip"></div>
</body>
</html>