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