Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / margin-collapse-013-reduction-expected.html
blob4404406530e4d8cf25a241b85c79edf42fdce6e8
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style type="text/css">
5 #float {
6 width: 100px; height: 100px;
7 background-color: blue;
9 #separator {
10 margin-top: 30px;
11 height: 20px;
12 width: 100%;
13 background-color: green;
15 </style>
16 </head>
17 <body>
18 <div id="float"></div>
19 <div id="separator"></div>
20 There should be gap between the blue square and the green rectangle.
21 </body>
22 </html>