haikuwebkit/LayoutTests/css3/masking/clip-path-reference-userSpa...

24 lines
377 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<style>
* {padding: 0; margin: 0}
#d {
width: 180px;
height: 180px;
border: 1px solid black;
background-color: blue;
margin-top: 104px;
}
#clip-ref {
width: 32px;
height: 32px;
margin: 75px;
background-color: green;
}
</style>
</head>
<body>
<div id="d"><div id="clip-ref"></div></div>
</body>
</html>