Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css2.1 / t0803-c5501-imrgn-t-00-b-ag.html
blobbe8406af070218b46b14bf226a9a87cb782af9e4
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html>
3 <head>
4 <title>CSS 2.1 Test Suite: margin-top</title>
5 <script src="../resources/ahem.js"></script>
6 <style type="text/css">
7 .test { background-color: yellow; color: orange; margin: 1em 0; width: 10em; font: 16px/1 Ahem; }
8 .one { margin-top: 25px; background-color: lime; }
9 .two { margin-top: -10px; background-color: lime; }
10 img.b { border: 16px yellow; border-style: solid none; }
11 </style>
12 <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'">
13 </head>
14 <body>
15 <p>The three diagrams below should be identical:</p>
16 <p class="test"> xxx xxx <span class="one">xxx xxx</span> xxx xxx </p>
17 <p class="test"> xxx xxx <span class="two">xxx xxx</span> xxx xxx </p>
18 <div>
19 <img width="48" alt="" src="support/swatch-orange.png" height="48"><img width="16" alt="" src="support/swatch-lime.png" class="b" height="16"><img width="48" alt="" src="support/swatch-orange.png" height="48"><img width="48" alt="" src="support/swatch-yellow.png" height="48">
20 </div>
21 </body>
22 </html>