Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css2.1 / t0803-c5502-imrgn-r-05-b-ag.html
blob59da2446a783bd6c5371d00304bb9319ee34f595
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 div { font: 15px/1 Ahem; margin: 1em; }
9 .six { width: 12em; }
10 .six p { background: yellow; color: lime; }
11 .six span { margin-right: -4em; background: blue; color: orange; }
12 </style>
13 <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'">
14 </head>
15 <body>
16 <p>The following two bars should be identical:</p>
17 <div class="six">
18 <p>xx <span>xx xx xx </span> xx</p>
19 </div>
20 <div>
21 <img alt="" src="support/swatch-lime.png"><img alt="" src="support/swatch-lime.png"><img alt="" src="support/swatch-yellow.png"><img alt="" src="support/swatch-orange.png"><img alt="" src="support/swatch-orange.png"><img alt="" src="support/swatch-blue.png"><img alt="" src="support/swatch-orange.png"><img alt="" src="support/swatch-orange.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-blue.png">
22 </div>
23 </body>
24 </html>