Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / ietestcenter / css3 / flexbox / flexbox-ordinal-group-001-expected.htm
blob7ecf3ed5874e417ebff5c91ecafdad802bccd529
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: Box ordinal group default and value of zero - 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 .parent
10 position: relative;
12 .table_div
14 position: absolute;
15 left: -10px;
18 table
20 font-size:large;
21 border-collapse: separate;
22 border-spacing: 20px 0px;
26 border:thin solid black;
27 padding:0 10px;
29 </style>
30 </head>
31 <body>
32 <p>Test passes if numbers (1,2,3) are read in increasing numerical order left to right.</p>
33 <div class="parent">
34 <div class="table_div">
35 <table>
36 <tr>
37 <td>1</td>
38 <td>2</td>
39 <td>3</td>
40 </tr>
41 </table>
42 </div>
43 </div>
44 </body>
45 </html>