Wed, 31 Dec 2014 13:27:57 +0100
Ignore runtime configuration files generated during quality assurance.
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <title>CSS 2.1 Test Suite: Test for float placement rules (reference)</title>
5 <link rel="author" title="Robert O'Callahan" href="mailto:robert@ocallahan.org" />
6 <link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
7 <style>
8 .left { float:left; }
9 .right { float:right; }
10 .left, .right { width:50px; height:50px; background:yellow; }
11 p { overflow:auto; }
12 </style>
13 </head>
14 <body style="width:400px;">
15 <p><span class="left"></span>HelloKitty
16 <p><span class="right"></span>HelloKitty
17 <p dir="rtl"><span class="left"></span>HelloKitty
18 <p dir="rtl"><span class="right"></span>HelloKitty
19 <p style="text-align:right;"><span class="left"></span>HelloKitty
20 <p style="text-align:right;"><span class="right"></span>HelloKitty
21 </body>
22 </html>