1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html>
3 <head>
4 <title>CSS Test: Stacking Replaced Left Floats</title>
5 <meta name="flags" content="image">
6 <link rel="help" href="http://www.w3.org/TR/REC-CSS1#floating-elements">
7 <link rel="author" title="CSS1 Test Suite Contributors" href="http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html">
8 <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch">
9 <style type="text/css">
10 p { color: navy; }
11 div { border: 5px solid blue; width: 250px; margin: 10px; line-height: 0; }
12 div p { margin: 0; float: left; }
13 </style>
14 <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" title="9.5 Floats">
15 </head>
16 <body>
17 <p>There should be a complete unbroken drawing of a yin-yang (☯) symbol below, slightly on the left (⇦) inside a blue box.</p>
18 <div>
19 <p> <img src="support/test-tl.png" alt="FAIL: You need images enabled."> </p>
20 <p> <img src="support/test-tr.png" alt="FAIL: You need images enabled."> </p>
21 <p> <img src="support/test-bl.png" alt="FAIL: You need images enabled."> </p>
22 <img src="support/test-br.png" alt="FAIL: You need images enabled.">
23 </div>
24 </body>
25 </html>