Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css-grid-layout / containing-block-grids-expected.html
bloba97812a0db06dca2d5927f158bfcedd573bfb829
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 div { width: 100px; height: 200px; }
6 </style>
7 </head>
8 <body>
9 <p>Grids can act as containing blocks for positioned content.</p>
10 <div style="width: 100px; height: 200px; background-color: green;"></div>
11 </body>
12 </html>