blob: b9a772137ece683eec84357b2c9820ff55e79db9 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>CSS 2.1 Test Suite: Floating Elements</title>
<style type="text/css">
p { color: navy; }
div { border: 5px solid blue; width: 250px; margin: 10px; line-height: 0; }
div p { margin: 0; float: left; }
</style>
<link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" title="9.5 Floats">
</head>
<body>
<p>There should be a complete unbroken drawing of a yin-yang (☯) symbol below, slightly on the left (⇦) inside a blue box.</p>
<div>
<p> <img alt="FAIL: You need images enabled." src="support/test-tl.png"> </p>
<p> <img alt="FAIL: You need images enabled." src="support/test-tr.png"> </p>
<p> <img alt="FAIL: You need images enabled." src="support/test-bl.png"> </p>
<img alt="FAIL: You need images enabled." src="support/test-br.png">
</div>
</body>
</html>