Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / clip / 017.html
blob91f598cfca9fdc17bb83dad36754c261322a6252
1 <html>
2 <head>
3 <style>
4 div {
5 width:100px;
6 height:100px;
8 </style>
9 </head>
10 <body style="margin:0px">
11 <div style="overflow:hidden; background-color:red; height:0px">
12 <div style="position:absolute; background-color:red">
13 <div style="overflow:hidden; background-color:green">
14 </div>
15 </div>
16 </div>
17 </body>
18 </html>