| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> |
| <html> |
| <head> |
| <title>CSS 2.1 Test Suite: margin</title> |
| <style type="text/css"> |
| div { font: 1em/1 Ahem; margin: 1em; } |
| .test { width: 6em; padding: 1em 1em 0; border: solid; } |
| .test p { margin: -1em; color: orange; background: yellow; } |
| .control { width: 8em; background: red; border: solid; } |
| .control .a { width: 4em; height: 1em; vertical-align: bottom; } |
| .control .b { width: 4em; height: 1em; vertical-align: bottom; } |
| </style> |
| <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#margin-properties" title="8.3 Margin properties: 'margin-top', 'margin-right', 'margin-bottom', 'margin-left', and 'margin'"> |
| <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#the-width-property" title="10.2 Content width: the 'width' property"> |
| </head> |
| <body> |
| <p>The next two bars should be identical:</p> |
| <!-- This test is too complicated. --> |
| <div class="test"> <p> TEST </p> </div> |
| <div class="control"> |
| <img alt="" src="support/swatch-orange.png" class="a"><img alt="" src="support/swatch-yellow.png" class="b"> |
| </div> |
| </body> |
| </html> |