Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / ietestcenter / css3 / multicolumn / column-width-applies-to-002-expected.htm
blob2fb28a9247ed917c30c2139894f323903c101581
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: Column-width applied to 'display: table-header-group' - Reference</title>
5 <link rel="author" title="Codeaurora" href="http://www.codeaurora.org/" />
6 <link rel="help" href="http://www.w3.org/TR/css3-multicol/#cw"/>
7 <style type="text/css">
8 #parent
10 color: red;
11 font: 20px/1 monospace;
12 position: relative;
13 width: 5em;
15 #reference
17 color: green;
18 position: absolute;
19 top: 0;
20 width: 5em;
22 </style>
23 </head>
24 <body>
25 <p>Test passes if there is no red visible on the page.</p>
26 <div id="parent">
27 AAAAAAAAA BBBBBBBBB CCCCCCCCC DDDDDDDDD EEEEEEEEE FFFFFFFFF
28 GGGGGGGGG HHHHHHHHH IIIIIIIII JJJJJJJJJ KKKKKKKKK LLLLLLLLL
29 <div id="reference">
30 AAAAAAAAA BBBBBBBBB CCCCCCCCC DDDDDDDDD EEEEEEEEE FFFFFFFFF
31 GGGGGGGGG HHHHHHHHH IIIIIIIII JJJJJJJJJ KKKKKKKKK LLLLLLLLL
32 </div>
33 </div>
34 </body>
35 </html>