Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css2.1 / t0803-c5502-imrgn-r-01-b-ag.html
blobeecd7a827df4e8815ae4f4a2987c043b6a3c7854
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 div { font: 15px/1 Ahem; margin: 1em; background: yellow; }
8 .two { width: 13em; height: 3em; background: green; }
9 .two p { color: white; background: white url(support/swatch-red.png) 3em 0 no-repeat; }
10 .two span { margin-right: 4em; color: white; }
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>There should be a green horizontal bar below:</p>
16 <div class="two">
17 <p>x <span>xxxxx xxxxx</span> x</p>
18 </div>
19 </body>
20 </html>