Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css2.1 / 20110323 / margin-collapse-clear-014-expected.html
blob997a67bd09cece4af2c88cd00b5232dcac35aeef
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="Bruno Fassino" href="fassino[at]gmail.com">
10 <style type="text/css">
11 div#aqua
13 background-color: aqua;
14 height: 60px;
15 width: 50%;
18 div#lime
20 background-color: lime;
21 line-height: 140px;
22 width: 50%;
25 img {vertical-align: bottom;}
27 div#yellow
29 background-color: yellow;
30 height: 100px;
32 </style>
34 </head>
36 <body>
38 <p>Test passes if there is <strong>no red</strong>.</p>
40 <div id="aqua"></div>
42 <div id="lime"><img src="support/swatch-blue.png" height="100" width="100" alt="Image download support must be enabled"></div>
44 <div id="yellow"></div>
46 </body>
47 </html>