Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css2.1 / 20110323 / margin-collapse-clear-017-expected.html
blobef4420e4cb05251078ea6ba277e6b3bebe570519
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html>
4 <head>
6 <title>CSS Reftest Reference</title>
7 <link rel="author" title="GĂ©rard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
8 <link rel="author" title="Daniel Schattenkirchner" href="crazy-daniel{at}gmx.de">
10 <style type="text/css">
11 body
13 background: white url("support/ruler-v-100px-200px-300px.png") no-repeat;
14 margin: 34px 8px 8px 55px;
19 font-size: 16px;
20 line-height: 20px;
21 margin: 1em 8px;
24 div
26 background-color: green;
27 height: 10px;
28 margin-bottom: 100px;
30 </style>
32 </head>
34 <body>
36 <p>Test passes if there is a vertical gap<br>
37 of exactly 100px between 2 green bars.</p>
39 <div></div>
41 <div></div>
43 </body>
44 </html>