Implement Focus UI
[framework/web/webkit-efl.git] / LayoutTests / css2.1 / t0905-c414-flt-fit-00-d.html
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    div, p { color: navy; }
7    div { border: solid blue; padding: 1em; width: 14em; margin: 10px; }
8    div p { margin: 0; width: 5em; 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 five numbers, in numerical order, below: on the first line 1, 2 and 3, on the second, 4 and 5.</p>
14   <div>
15    <p> 1 </p>
16    <p> 2 </p>
17    <p> 4 </p>
18        3
19        5                    
20   </div>
21  </body>
22 </html>