Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css2.1 / 20110323 / margin-collapse-clear-012-expected.html
blob1bf1d88fade6b9a4d0f10e2c4b246d113cd722d3
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#lime
13 background-color: lime;
14 border-top: black solid 1px;
15 height: 200px;
16 width: 50%;
19 div#yellow
21 background-color: yellow;
22 height: 100px;
24 </style>
26 </head>
28 <body>
30 <p>Test passes if there is <strong>no red</strong>.</p>
32 <div id="lime"><img src="support/swatch-blue.png" height="100" width="100" alt="Image download support must be enabled"></div>
34 <div id="yellow"></div>
36 </body>
37 </html>