Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / ietestcenter / css3 / multicolumn / column-block-formatting-context-001-expected.htm
bloba3ebc338a369e91b1c3353848ff6bb04101e7f1b
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 elements establish a new block formatting context - 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 #parent
11 font: 20px/1 Ahem;
12 height: 10em;
13 position: relative;
14 width: 14em;
16 #reference
18 color: green;
19 position: absolute;
20 top: 0;
21 z-index: -1;
23 </style>
24 </head>
25 <body>
26 <p>Test passes if there is no red visible on the page.</p>
27 <div id="parent">
28 <div id="reference">
29 <span>
30 XXXXXXXXXXXXXX XXXXXXXXXXXXXX XXXXXXXXXXXXXX XXXXXXXXXXXXXX XXXXXXXXXXXXXX
31 XXXXXXXXXXXXXX XXXXXXXXXXXXXX XXXXXXXXXXXXXX XXXXXXXXXXXXXX XXXXXXXXXXXXXX
32 </span>
33 </div>
34 </div>
35 </body>
36 </html>