Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / ietestcenter / css3 / multicolumn / column-containing-block-003-expected.htm
blob99fdb314db7ef82c26200831c2302bc41b64efe9
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 boxes establish the containing box for floated elements</title>
5 <script src="../../../resources/ahem.js"></script>
6 <link rel="author" title="Codeaurora" href="http://www.codeauroa.org/" />
7 <link rel="help" href="http://www.w3.org/TR/css3-multicol/#the-multi-column-model"/>
8 <style type="text/css">
9 #parent
11 position: relative;
13 div
15 font: 20px/1 Ahem;
16 height: 6em;
17 width: 11em;
19 #reference
21 background: green;
22 position: absolute;
23 z-index: -1;
25 </style>
26 </head>
27 <body>
28 <p>Test passes if there is no red visible on the page.</p>
29 <div id="parent">
30 <div id="reference">
31 </div>
32 </div>
33 </body>
34 </html>