blob: ad0b7a4e243a7dc22135c3cd0dbc1fc206b0ea36 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>CSS 2.1 Test Suite: padding</title>
<script src="../resources/ahem.js"></script>
<style type="text/css">
p { color: navy; }
div { margin: 2em 0; }
.one { font: 15px/1 Ahem; width: 7em; background: red; }
.one p { color: green; background: lime; }
.one span { padding: 1em; background: orange; color: yellow; }
</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>The two sweets below should be identical:</p>
<div class="one"><p> x <span>x</span> x </p></div>
<div><img alt="FAIL: Need image support for reference rendering." src="support/css1test5510-i.png"></div>
</body>
</html>