[Release] Webkit-EFL Ver. 2.0_beta_118996_0.6.22
[framework/web/webkit-efl.git] / LayoutTests / css2.1 / t0804-c5508-ipadn-b-01-f-a.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html>
3  <head>
4   <title>CSS 2.1 Test Suite: padding-bottom</title>
5   <style type="text/css">
6    div { font: 20px/1 Ahem; width: 6em; color: white; }
7    .green { color: green; }
8    .two { padding-bottom: -20px; background-color: red; }
9   </style>
10   <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'">
11  </head>
12  <body>
13   <p>There should be a green bar below:</p>
14   <div>
15    xx xx <span class="two">xx</span> xx <span class="green">xx</span> xx
16   </div>
17  </body>
18 </html>