Git init
[framework/web/webkit-efl.git] / LayoutTests / css2.1 / t0804-c5510-padn-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: padding</title>
5   <style type="text/css">
6    body { color: navy; }
7    div { font: 10px/1 Ahem; width: 138px; color: orange; }
8    img { vertical-align: bottom; }
9    .zero {padding: 0; border: solid 24px yellow; background-color: red;}
10    .one {padding: 0.25in; background-color: yellow;}
11    .two {padding: 24px; background-color: yellow;}
12    .three {padding: 2.4em; background-color: yellow;}
13    .four {padding: 17.391%; background-color: yellow;}
14   </style>
15   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#padding-properties" title="8.4 Padding properties: 'padding-top', 'padding-right', 'padding-bottom', 'padding-left', and 'padding'">
16   <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#length-units" title="4.3.2 Lengths">
17  </head>
18  <body>
19   <p>The five diagrams below should be identical.</p>
20   <div>
21    <p class="zero">
22       <img width="10" alt="" src="support/swatch-orange.png" height="10"><img width="10" alt="" src="support/swatch-yellow.png" height="10"><img width="10" alt="" src="support/swatch-orange.png" height="10"><img width="10" alt="" src="support/swatch-yellow.png" height="10"><img width="10" alt="" src="support/swatch-orange.png" height="10"><img width="10" alt="" src="support/swatch-yellow.png" height="10"><img width="10" alt="" src="support/swatch-orange.png" height="10"><img width="10" alt="" src="support/swatch-yellow.png" height="10"><img width="10" alt="" src="support/swatch-orange.png" height="10">
23    </p>
24    <p class="one">
25     x x x x x
26    </p>
27    <p class="two">
28     x x x x x
29    </p>
30    <p class="three">
31     x x x x x
32    </p>
33    <p class="four">
34     x x x x x
35    </p>
36   </div>
37  </body>
38 </html>