Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css2.1 / t0803-c5505-mrgn-00-b-ag.html
blob4f1ddc3d6a93e5d412a7e4f2f246814d93abf152
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html>
3 <head>
4 <title>CSS 2.1 Test Suite: margin</title>
5 <script src="../resources/ahem.js"></script>
6 <style type="text/css">
7 body { color: navy; }
8 div { font: 10px/1 Ahem; width: 200px; color: orange; }
9 img { vertical-align: bottom; }
10 .zero {margin: 0; background-color: brown;}
11 .one {margin: 0.25in; background-color: brown;}
12 .two {margin: 24px; background-color: brown;}
13 .three {margin: 2.4em; background-color: brown;}
14 .four {margin: 12%; background-color: brown;}
15 </style>
16 <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'">
17 </head>
18 <body>
19 <p>The five &quot;matches" below should be identical <strong>and equally spaced</strong>.</p>
20 <div>
21 <p class="zero">
22 <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">
23 </p>
24 <p class="one">
26 </p>
27 <p class="two">
29 </p>
30 <p class="three">
32 </p>
33 <p class="four">
35 </p>
36 <p class="zero">
37 <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">
38 </p>
39 </div>
40 </body>
41 </html>