Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css2.1 / 20110323 / margin-collapse-clear-016-expected.html
blob304861ee3196362ef5b9ffb8e763ee5d2df1f8da
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 div
13 background-color: green;
14 height: 100px;
16 </style>
18 </head>
20 <body>
22 <p>Test passes if there is a wide filled green rectangle and <strong>no red</strong>.</p>
24 <div></div>
26 </body>
27 </html>