[Release] Webkit-EFL Ver. 2.0_beta_118996_0.6.22
[framework/web/webkit-efl.git] / LayoutTests / css2.1 / t0905-c414-flt-wrap-00-e.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    p { color: navy; }
7    .test { width: 15em; margin: 1em; padding: 0; background: white; color: white; }
8    .test p { margin: 0; padding: 0.01em; }
9    .test p.left { float: left; }
10    .test p.right { float: right; width: 14.98em; background: teal; color: aqua; text-align: center; }
11   </style>
12   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" title="9.5 Floats">
13  </head>
14  <body>
15   <p>The word &quot;fail" should not appear below.</p>
16   <div class="test">
17    <p class="left"> TEST: </p>
18    <p class="right"> PASS </p>
19    fail fail fail fail fail fail fail fail fail fail
20    fail fail fail fail fail fail fail fail fail fail
21    fail fail fail fail fail fail fail fail fail fail
22    fail fail fail fail fail fail fail fail fail fail
23    fail fail fail fail fail fail fail fail fail fail
24   </div>
25   <!-- this test actually failed in Mozilla once -->
26  </body>
27 </html>