Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css2.1 / t0803-c5502-imrgn-r-06-b-ag.html
blobc9031e98af6e2b519f3e7ffdc74f6b08e329d7a8
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html>
3 <head>
4 <title>CSS 2.1 Test Suite: margin-right</title>
5 <script src="../resources/ahem.js"></script>
6 <style type="text/css">
7 p { color: navy; }
8 .seven { font: 15px/1 Ahem; margin: 1em 2em; width: 5em; }
9 .seven p { background: yellow; color: lime; }
10 .seven span { margin-right: -4em; background: red; color: orange; }
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 class="criteria">The following two bars should be identical:</p>
16 <div class="seven">
17 <p><span>xx</span> xx</p>
18 </div>
19 <div>
20 <img alt="" src="support/swatch-white.png"><img alt="" src="support/swatch-lime.png"><img alt="" src="support/swatch-lime.png"><img alt="" src="support/swatch-orange.png"><img alt="" src="support/swatch-yellow.png"><img alt="" src="support/swatch-yellow.png"><img alt="" src="support/swatch-yellow.png">
21 </div>
22 </body>
23 </html>