Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / margin-collapse-top-margin-clearance-with-sibling-expected.html
blobfb63fa182b75e4131a8147866244792d8099d5a7
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 Test: Margin collapsing with clearance - margins of a 'collapsed through' box with clearance do not collapse with parent block's bottom margin</title>
8 <style type="text/css">
10 #parent-red
12 background-color: lime;
13 border-top: black solid 2px;
14 width: 50%;
15 height: 130px;
17 #parent-lime
19 background-color: yellow;
20 height: 20px;
21 width: 50%;
24 </style>
26 </head>
28 <body>
30 <p>Test passes if there is a yellow rectangle below the lime rectangle.</p>
32 <div id="parent-red"></div>
33 <div id="parent-lime"></div>
34 </body>
35 </html>