Implement Focus UI
[framework/web/webkit-efl.git] / LayoutTests / css2.1 / t0804-c5507-padn-r-02-f.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html>
3  <head>
4   <title>CSS 2.1 Test Suite: padding-right</title>
5   <style type="text/css">
6    .five { width: 10em; background: white; border-right: solid 1em green; padding-right: -1em; }
7   </style>
8   <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'">
9  </head>
10  <body>
11   <p class="five"> There should be a green block to the right of this text. </p>
12  </body>
13 </html>