| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> |
| <title>CSS 2.1 Test Suite: padding</title> |
| .one { font: 15px/1 Ahem; width: 7em; background: red; } |
| .one p { color: green; background: lime; } |
| .one span { padding: 1em; background: orange; color: yellow; } |
| <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'"> |
| <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> |