1
<!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01//EN">
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; }
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'">
11 <p class=
"five"> There should be a green block to the right of this text.
</p>