Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css2.1 / t0905-c5525-fltinln-00-c-ag.html
blob178333ddd40896f10f1f2cf8d3cf9c4e8cf6a425
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html>
3 <head>
4 <title>CSS 2.1 Test Suite: float</title>
5 <script src="../resources/ahem.js"></script>
6 <style type="text/css">
7 div { border: solid black; font: 15px/1 Ahem; width: 6em; margin: 1em; color: green; }
8 span { float: left; font-size: 200%; width: 1.5em; }
9 .a { background: red url(support/css1test5525ce-1.png) no-repeat; }
10 .b { background: red url(support/css1test5525ce-2.png) no-repeat; }
11 .b span { background-color: green; }
12 </style>
13 <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" title="9.5 Floats">
14 </head>
15 <body>
16 <p> There should be two boxes of green below. </p>
17 <div class="a">
18 <span>X</span> x x xx x x
19 </div>
20 <div class="b">
21 <span>X</span> x x xx x x
22 </div>
23 </body>
24 </html>