haikuwebkit/LayoutTests/fast/overflow/border-radius-clipping.html

6 lines
287 B
HTML

<p>You should see a green rectangle with a rounded black border below.</p>
<div style="overflow:hidden; border:10px solid black; background-color: red; -webkit-border-radius:10px; width:300px; height:300px">
<div style="margin:-10px; background-color:green; height:320px">
</div>
</div>