blob: 751b86cae5823b886e51fc4be743746783f6af6b [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>CSS 2.1 Test Suite: padding-right</title>
<style type="text/css">
.five { width: 10em; background: white; border-right: solid 1em green; padding-right: -1em; }
</style>
<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'">
</head>
<body>
<p class="five"> There should be a green block to the right of this text. </p>
</body>
</html>