1
<!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01//EN">
4 <title>CSS
2.1 Test Suite: Horizontal Formatting
</title>
5 <script src=
"../resources/ahem.js"></script>
6 <style type=
"text/css">
9 width: 360px; background-color: aqua
; color: blue
;
10 border-style: solid
; border-color: fuchsia
;
11 border-top-width: 0px; border-right-width: 40px; border-bottom-width: 0px; border-left-width: 40px;
12 padding-top: 0px; padding-right: 40px; padding-bottom: 0px; padding-left: 40px;
13 margin-top: 0px; margin-right: 40px; margin-bottom: 0px; margin-left: 40px;
16 <link rel=
"help" href=
"http://www.w3.org/TR/CSS21/box.html#box-dimensions" title=
"8.1 Box dimensions">
17 <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'">
20 <p>The two diagrams below should be identical.
</p>
22 <p id=
"ruled">X X X X X
</p>
24 <object data=
"support/css1test412a.png">
25 <p>The diagram above should be as described here: A
40px white
26 square (which will appear as a
40px indent from the left margin),
27 a
40px fuchsia square, six
40px aqua squares separated by five
28 40px blue squares, and a final fuchsia square.
</p>