chromium/third_party/blink/web_tests/css2.1/t040302-c61-phys-len-00-b.html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
 <head>
  <title>CSS 2.1 Test Suite: Length Units</title>
  <style type="text/css">
   p { color: navy; }
   .container { border-left: solid; }
   .container div { border-left: solid; height: 1em; }
   .four {margin-left:  3.37007874015748in;}
   .five {margin-left:  8.56000000000000cm;}
   .six {margin-left:   85.6000000000000mm;}
   .seven {margin-left: 242.645669291339pt;}
   .eight {margin-left: 20.2204724409449pc;}
   .nine {margin-left: +20.2204724409449pc;}
  </style>
  <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#length-units" title="4.3.2 Lengths">
 </head>
 <body>
  <p>There should be two unbroken vertical bars below.</p>
  <p>Hold up a credit card to your display. The distance between the
  two vertical bars should be exactly the length of a credit card
  (85.60mm).</p>
  <div class="container">
   <div class="four"></div>
   <div class="five"></div>
   <div class="six"></div>
   <div class="seven"></div>
   <div class="eight"></div>
   <div class="nine"></div>
  </div>
 </body>
</html>