Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css2.1 / 20110323 / margin-collapse-027-expected.html
blob6a2006a9a8efbb009f1e9c91fdff018c6cb6ea0b
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/">
9 <style type="text/css">
10 div
12 background-color: green;
13 height: 1.25em;
14 margin: 1em 0em 5em;
15 width: 6.25em;
17 </style>
19 </head>
21 <body>
23 <p>Test passes if there is no red.</p>
25 <div></div>
27 <div></div>
29 </body>
30 </html>