Git init
[framework/web/webkit-efl.git] / LayoutTests / css2.1 / t0803-c5505-mrgn-03-c-ag.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html>
3  <head>
4   <title>CSS 2.1 Test Suite: margin</title>
5   <style type="text/css">
6    div { font: 1em/1 Ahem; margin: 1em; }
7    .test { width: 6em; padding: 1em 1em 0; border: solid; }
8    .test p { margin: -1em; color: orange; background: yellow; }
9    .control { width: 8em; background: red; border: solid; }
10    .control .a { width: 4em; height: 1em; vertical-align: bottom; }
11    .control .b { width: 4em; height: 1em; vertical-align: bottom; }
12   </style>
13   <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'">
14   <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#the-width-property" title="10.2 Content width: the 'width' property">
15  </head>
16  <body>
17   <p>The next two bars should be identical:</p>
18   <!-- This test is too complicated. -->
19   <div class="test"> <p> TEST </p> </div>
20   <div class="control">
21      <img alt="" src="support/swatch-orange.png" class="a"><img alt="" src="support/swatch-yellow.png" class="b">
22   </div>
23  </body>
24 </html>