1
<!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01//EN">
4 <title>CSS
2.1 Test Suite: Length Units
</title>
5 <style type=
"text/css">
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;}
16 <link rel=
"help" href=
"http://www.w3.org/TR/CSS21/syndata.html#length-units" title=
"4.3.2 Lengths">
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
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>