Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / css2.1 / t0905-c5525-fltmrgn-00-c-ag.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html>
3  <head>
4   <title>CSS 2.1 Test Suite: float</title>
5   <style type="text/css">
6    body { overflow: hidden; }
7    div { background: red url(support/css1test5525b-0.png) no-repeat; color: green;
8          font: 15px/1 Ahem; padding: 0; width: 8em; border: solid black; }
9    img { float: left; color: red; }
10    .test1 { margin: 1em; background: red url(support/css1test5525b-1.png) no-repeat; }
11    .test2 { margin: 1em; background: red url(support/css1test5525b-2.png) no-repeat; }
12    .test2 img { margin-top: 0px; margin-left: 0px; height: 3em; }
13    .test3 { margin: 1em; background: red url(support/css1test5525b-3.png) no-repeat; }
14    .test3 img { margin-top: 30px; margin-left: 30px; height: 3em; }
15    .test4 { margin: 3em 1em 1em 3em; background: red url(support/css1test5525b-4.png) no-repeat; }
16    .test4 img { margin-top: -30px; margin-left: -30px; height: 3em; }
17    .test5 { margin: 1em; background: red url(support/css1test5525b-5.png) no-repeat; }
18    .test5 img { margin-right: 30px; margin-bottom: 30px; height: 3em; }
19    .test6 { margin: 1em; background: red url(support/css1test5525b-6.png) no-repeat; }
20    .test6 img { margin-right: -30px; margin-bottom: -30px; } /* has right height */
21   </style>
22   <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" title="9.5 Floats">
23   <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'">
24  </head>
25  <body>
26   <p>There should be a tall green box below, with no red.</p>
27   <div>
28    <p class="test1">
29     x x x xx x x x
30    </p>
31    <p class="test2">
32     <img alt="FAIL" src="support/swatch-green.png">
33     x x x xx x x x
34    </p>
35    <p class="test3">
36     <img alt="FAIL" src="support/swatch-green.png">
37     x x x xx x x x
38    </p>
39    <p class="test4">
40     <img alt="FAIL" src="support/swatch-green.png">
41     x x x xx x x x
42    </p>
43    <p class="test5">
44     <img alt="FAIL" src="support/swatch-green.png">
45     x x x xx x x x
46    </p>
47    <p class="test6">
48     <img alt="FAIL" src="support/pattern-grg-rrg-rgg.png">
49     x x x xx x x x
50    </p>
51   </div>
52  </body>
53 </html>