Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / deprecated-flexbox / 006.html
blob85e6c9ed069105b4010b86bd67a999c98285f429
1 <html>
2 <head>
3 <style>
4 div.box {
5 height: 100px;
6 background-color:green;
7 display: -moz-box;
8 display: -webkit-box;
9 display: box;
12 </style>
13 </head>
14 <body>
15 You should see a green rectangle below that is 100 pixels tall and that fills the width of the content area. If you see any red, then the test has failed.
17 <div style="background-color:red;height:100px">
18 <div class="box"></div></div></div>
19 </body>
20 </html>