Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / margin-collapse-abspos-negmargin-expected.html
blob2754752e55abaca87d253b4cb95921bac46d2ad0
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 <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#collapsing-margins">
6 <meta name="flags" content="ahem image">
7 <meta name="assert" content="Absolutely positioned boxes do not collapse margins with siblings.">
8 <style type="text/css">
9 #div1
11 border-top: 1em solid green;
12 font: 20px/1em Ahem;
13 height: 6em;
14 width: 5em;
15 border-bottom: 1em solid green;
17 </style>
18 </head>
19 <body>
20 <p>Test passes if there is no red visible on the page.</p>
21 <div id="div1">
22 </div>
23 </body>
24 </html>