2008-11-04 Anders Carlsson <andersca@apple.com>
[webkit/qt.git] / LayoutTests / css2.1 / t040302-c61-phys-len-00-b.html
blob8ed13745ccb1e47f3a404126b9b7548ee741abbb
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html>
3 <head>
4 <title>CSS 2.1 Test Suite: Length Units</title>
5 <style type="text/css">
6 p { color: navy; }
7 .container { border-left: solid; }
8 .container div { border-left: solid; height: 1em; }
9 .four {margin-left: 3.37007874015748in;}
10 .five {margin-left: 8.56000000000000cm;}
11 .six {margin-left: 85.6000000000000mm;}
12 .seven {margin-left: 242.645669291339pt;}
13 .eight {margin-left: 20.2204724409449pc;}
14 .nine {margin-left: +20.2204724409449pc;}
15 </style>
16 <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#length-units" title="4.3.2 Lengths">
17 </head>
18 <body>
19 <p>There should be two unbroken vertical bars below.</p>
20 <p>Hold up a credit card to your display. The distance between the
21 two vertical bars should be exactly the length of a credit card
22 (85.60mm).</p>
23 <div class="container">
24 <div class="four"></div>
25 <div class="five"></div>
26 <div class="six"></div>
27 <div class="seven"></div>
28 <div class="eight"></div>
29 <div class="nine"></div>
30 </div>
31 </body>
32 </html>