Git init
[framework/web/webkit-efl.git] / LayoutTests / css2.1 / t0803-c5504-mrgn-l-00-c-ag.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html>
3  <head>
4   <title>CSS 2.1 Test Suite: margin-left</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-left: 0; text-align: left; background-color: brown;}
10    .one {margin-left: 0.5in; text-align: left; background-color: brown;}
11    .two {margin-left: 48px; text-align: left; background-color: brown;}
12    .three {margin-left: 4.8em; text-align: left; background-color: brown;}
13    .four {margin-left: 24%; text-align: left; 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   <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#alignment-prop" title="16.2 Alignment: the 'text-align' property">
17  </head>
18  <body>
19   <p>The five &quot;matches" below should be identical.</p>
20   <div>
21    <p class="zero">
22     <img width="48" alt="" src="support/swatch-white.png" height="10">x
23    </p>
24    <p class="one">
25     x
26    </p>
27    <p class="two">
28     x
29    </p>
30    <p class="three">
31     x
32    </p>
33    <p class="four">
34     x
35    </p>
36   </div>
37  </body>
38 </html>