Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css2.1 / 20110323 / margin-collapse-012-expected.html
blobcc7d25732bbdeb2fef48f90fff2051f18907c60d
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html>
3 <head>
4 <title>CSS Test: Margin collapsing - absolute positioning and siblings</title>
5 <script src="../../resources/ahem.js"></script>
6 <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins">
7 <meta name="flags" content="ahem image">
8 <meta name="assert" content="Absolutely positioned boxes do not collapse margins with siblings.">
9 <style type="text/css">
10 #div1
12 border-top: 1em solid green;
13 font: 20px/1em Ahem;
14 height: 2em;
15 width: 5em;
16 border-bottom: 1em solid green;
18 </style>
19 </head>
20 <body>
21 <p>Test passes if there is no red visible on the page.</p>
22 <div id="div1">
23 </div>
24 </body>
25 </html>