[Release] Webkit-EFL Ver. 2.0_beta_118996_0.6.22
[framework/web/webkit-efl.git] / LayoutTests / css2.1 / t0801-c412-hz-box-00-b-a.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html>
3  <head>
4   <title>CSS 2.1 Test Suite: Horizontal Formatting</title>
5   <style type="text/css">
6    p#ruled {
7      font: 40px/1 Ahem;
8      width: 360px; background-color: aqua; color: blue;
9      border-style: solid; border-color: fuchsia;
10      border-top-width: 0px; border-right-width: 40px; border-bottom-width: 0px; border-left-width: 40px;
11      padding-top: 0px; padding-right: 40px; padding-bottom: 0px; padding-left: 40px;
12      margin-top: 0px; margin-right: 40px; margin-bottom: 0px; margin-left: 40px;
13    }
14   </style>
15   <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#box-dimensions" title="8.1 Box dimensions">
16   <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'">
17  </head>
18  <body>
19   <p>The two diagrams below should be identical.</p>
20   <div class="test">
21    <p id="ruled">X X X X X</p>
22    <p id="control">
23     <object data="support/css1test412a.png">
24      <p>The diagram above should be as described here: A 40px white
25      square (which will appear as a 40px indent from the left margin),
26      a 40px fuchsia square, six 40px aqua squares separated by five
27      40px blue squares, and a final fuchsia square.</p>
28     </object>
29    </p>
30   </div>
31  </body>
32 </html>