Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css2.1 / t0801-c412-hz-box-00-b-a.html
blob1a4907197609bd5b8bd6a7ec1ef9a1c055c9aeed
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 <script src="../resources/ahem.js"></script>
6 <style type="text/css">
7 p#ruled {
8 font: 40px/1 Ahem;
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;
15 </style>
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'">
18 </head>
19 <body>
20 <p>The two diagrams below should be identical.</p>
21 <div class="test">
22 <p id="ruled">X X X X X</p>
23 <p id="control">
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>
29 </object>
30 </p>
31 </div>
32 </body>
33 </html>