haikuwebkit/LayoutTests/compositing/contents-opaque/opaque-with-clip-path-expec...

12 lines
198 B
HTML

<style>
#parent {
width: 500px;
height: 200px;
margin: 20px;
background: blue;
border: solid red 20px;
-webkit-clip-path: inset(0 20% 0 50px) border-box;
}
</style>
<div id="parent"></div>