Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / overflow / border-radius-clipping.html
blobdc4b479da671ce33a9e5982576e78b088c74e0d5
1 <p>You should see a green rectangle with a rounded black border below.</p>
3 <div style="overflow:hidden; border:10px solid black; background-color: red; -webkit-border-radius:10px; width:300px; height:300px">
4 <div style="margin:-10px; background-color:green; height:320px">
5 </div>
6 </div>