Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / layers / overflow-hidden-rounded-corners-occlusion-expected.html
blob6d5ff59c529370ff50ac685757e0ba15d9859884
1 <!DOCTYPE HTML>
2 <html>
3 <body>
4 Test that verifies that rounded corners with overflow:hidden composite correctly. <br>
5 This page should show a green box with rounded corners on top of a yellow box with square corners.
6 <div style="width:100px; height:100px; background-color:yellow;">
7 <div style="width:100px; height:100px; background-color:green; border-radius:40px;"></div>
8 </div>
9 </body>
10 </html>