2008-11-04 Anders Carlsson <andersca@apple.com>
[webkit/qt.git] / LayoutTests / css2.1 / t0905-c414-flt-fit-01-d-g.html
blobb9a772137ece683eec84357b2c9820ff55e79db9
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html>
3 <head>
4 <title>CSS 2.1 Test Suite: Floating Elements</title>
5 <style type="text/css">
6 p { color: navy; }
7 div { border: 5px solid blue; width: 250px; margin: 10px; line-height: 0; }
8 div p { margin: 0; float: left; }
9 </style>
10 <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" title="9.5 Floats">
11 </head>
12 <body>
13 <p>There should be a complete unbroken drawing of a yin-yang (☯) symbol below, slightly on the left (⇦) inside a blue box.</p>
14 <div>
15 <p> <img alt="FAIL: You need images enabled." src="support/test-tl.png"> </p>
16 <p> <img alt="FAIL: You need images enabled." src="support/test-tr.png"> </p>
17 <p> <img alt="FAIL: You need images enabled." src="support/test-bl.png"> </p>
18 <img alt="FAIL: You need images enabled." src="support/test-br.png">
19 </div>
20 </body>
21 </html>