| <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> |