c414-flt-fit-001.xht (1485B)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <title>CSS Test: Stacking Replaced Left Floats</title> 5 <link rel="author" title="CSS1 Test Suite Contributors" href="http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html"/> 6 <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/> 7 <link rel="reviewer" title="GĂ©rard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-30 --> 8 <link rel="help" href="http://www.w3.org/TR/REC-CSS1#floating-elements"/> 9 <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" title="9.5 Floats"/> 10 <link rel="match" href="c414-flt-fit-001-ref.xht" /> 11 12 <meta name="flags" content="image" /> 13 14 <style type="text/css"><![CDATA[ 15 div { border: 5px solid blue; width: 250px; margin: 10px; line-height: 0; } 16 div p { margin: 0; float: left; } 17 ]]></style> 18 19 </head> 20 <body> 21 <p>There should be a complete unbroken drawing of a yin-yang (☯) symbol below, slightly on the left (⇦) inside a blue box.</p> 22 <div> 23 <p> <img src="support/test-tl.png" alt="FAIL: You need images enabled."/> </p> 24 <p> <img src="support/test-tr.png" alt="FAIL: You need images enabled."/> </p> 25 <p> <img src="support/test-bl.png" alt="FAIL: You need images enabled."/> </p> 26 <img src="support/test-br.png" alt="FAIL: You need images enabled."/> 27 </div> 28 </body> 29 </html>