haikuwebkit/LayoutTests/fast/clip/overflow-border-radius-clip...

8 lines
283 B
HTML

<html>
<body>
The div below should be rounded with a border radius. If you see a solid lime square then the test has failed.
<div style="width:100px;height:100px;overflow:hidden;-webkit-border-radius:12px">
<div style="width:100px;height:100px;background-color:lime"></div>
</div>