Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / clip / nested-rounded-rect-expected.html
blob68e62bee7e977e8ae6bb800f55cd8eabe67a7a38
1 <!DOCTYPE html>
2 <div style="overflow: hidden; border-radius: 4px;">
3 <div style="border: 1px solid black; border-radius: 4px 0px 0px 4px; background: lightgray; width: 20px; height: 20px">
4 </div>
5 </div>