Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / clip / overflow-border-radius-clip.html
blob897582db08638bed82c6e04f1c71d65b5e08a5e7
1 <html>
2 <body>
3 The div below should be rounded with a border radius. If you see a solid lime square then the test has failed.
5 <div style="width:100px;height:100px;overflow:hidden;-webkit-border-radius:12px">
6 <div style="width:100px;height:100px;background-color:lime"></div>
7 </div>