blob: 897582db08638bed82c6e04f1c71d65b5e08a5e7 [file] [log] [blame]
<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>