Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / ietestcenter / css3 / flexbox / flexbox-groups-003-expected.htm
blob50f1949ced8c1d4653f6460a2fb56ddf14ef5d14
1 <!DOCTYPE html PUBLIC "-//W3C//DTD//XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <title>CSS Test: Flex groups with equal numbers flex to fill space evenly - Reference </title>
5 <link rel="author" title="Codeaurora" href="http://www.codeaurora.org/" />
6 <link rel="help" href="http://www.w3.org/TR/2009/WD-css3-flexbox-20090723/"/>
7 <style type="text/css">
8 div
10 background: green;
11 width: 200px;
12 height: 100px;
13 position: relative;
15 .child
17 width: 100px;
18 height: 100px;
19 background: url('../support/flexbox_100x100_green.png') top left no-repeat green;
20 position: absolute;
22 .two
24 left: 100px;
26 </style>
27 </head>
28 <body>
29 <p>This test passes if there is no red showing.</p>
30 <div>
31 <div class="child"></div>
32 <div class="child two"></div>
33 </div>
34 </body>
35 </html>