chromium/third_party/blink/web_tests/css2.1/t0803-c5505-mrgn-00-b-ag.html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
 <head>
  <title>CSS 2.1 Test Suite: margin</title>
  <script src="../resources/ahem.js"></script>
  <style type="text/css">
   body { color: navy; }
   div { font: 10px/1 Ahem; width: 200px; color: orange; }
   img { vertical-align: bottom; }
   .zero {margin: 0; background-color: brown;}
   .one {margin: 0.25in; background-color: brown;}
   .two {margin: 24px; background-color: brown;}
   .three {margin: 2.4em; background-color: brown;}
   .four {margin: 12%; background-color: brown;}
  </style>
  <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#margin-properties" title="8.3 Margin properties: 'margin-top',  'margin-right',  'margin-bottom', 'margin-left', and 'margin'">
 </head>
 <body>
  <p>The five &quot;matches" below should be identical <strong>and equally spaced</strong>.</p>
  <div>
   <p class="zero">
       <img width="24" alt="" src="support/swatch-white.png" height="10">x<img width="142" alt="" src="support/1x1-transparent.png" height="10"><img width="24" alt="" src="support/swatch-white.png" height="10">
   </p>
   <p class="one">
    x
   </p>
   <p class="two">
    x
   </p>
   <p class="three">
    x
   </p>
   <p class="four">
    x
   </p>
   <p class="zero">
       <img width="24" alt="" src="support/swatch-white.png" height="10">x<img width="142" alt="" src="support/1x1-transparent.png" height="10"><img width="24" alt="" src="support/swatch-white.png" height="10">
   </p>
  </div>
 </body>
</html>