Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / layers / scroll-no-visible-content-but-visible-descendant-expected.html
blob614ba08d60d1bd42b681f3206191d206fc02772b
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 div {
6 height: 100px;
7 width: 100px;
9 </style>
10 </head>
11 <body>
12 <div style="background-color: green"></div>
13 </div>
14 </body>
15 </html>