2008-11-04 Anders Carlsson <andersca@apple.com>
[webkit/qt.git] / LayoutTests / css2.1 / t0804-c5509-padn-l-02-f.html
blob3fd41d1876c03894a53c99071c48be2f89a4c273
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html>
3 <head>
4 <title>CSS 2.1 Test Suite: padding-left</title>
5 <style type="text/css">
6 .five { width: 10em; background: white; border-left: solid 1em green; padding-left: -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 left of this text. </p>
12 </body>
13 </html>