haikuwebkit/LayoutTests/css3/masking/clip-path-border-box-expect...

16 lines
224 B
HTML

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