Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / ietestcenter / css3 / multicolumn / column-containing-block-002-expected.htm
blobc5855a9a145ab68be3dc22b6d6aef5a942a6de81
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 do not establish containing blocks for fixed positioning - Reference</title>
5 <script src="../../../resources/ahem.js"></script>
6 <link rel="author" title="Codeaurora" href="http://www.codeaurora.org/" />
7 <link rel="help" href="http://www.w3.org/TR/css3-multicol/#the-multi-column-model"/>
8 <style type="text/css">
9 html, body
11 padding: 0;
12 margin: 0;
16 margin-left: 8px;
18 div
20 background: green;
21 color: green;
22 font: 20px/1 Ahem;
23 height: 6em;
24 position: relative;
25 width: 11em;
27 </style>
28 </head>
29 <body>
30 <p>Test passes if there is no red visible on the page.</p>
31 <div>
32 </div>
33 </body>
34 </html>