Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css2.1 / t0803-c5502-mrgn-r-03-c.html
blobf5be2c569f93daad371bdb7828e24f015298b6dc
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 <style type="text/css">
6 .test { width: 10em; }
7 .test p { margin-right: -5em; color: yellow; background: navy; }
8 .control { width: 15em; color: yellow; background: navy; }
9 </style>
10 <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'">
11 <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#the-width-property" title="10.2 Content width: the 'width' property">
12 </head>
13 <body>
14 <p>The next two bars should be identical:</p>
15 <div class="test"> <p> TEST </p> </div>
16 <div class="control"> TEST </div>
17 </body>
18 </html>