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