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

15 lines
194 B
HTML

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