layout/reftests/margin-collapsing/block-root-1a-ref.html

branch
TOR_BUG_3246
changeset 6
8bccb770b82d
equal deleted inserted replaced
-1:000000000000 0:12e7110511ff
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style type="text/css">
5 html {
6 margin: 40px; padding: 0;
7 background-color: green;
8 }
9 body {
10 margin: 0px; padding: 0;
11 background-color: blue;
12 height: 20px;
13 }
14 </style>
15 </head>
16 <body>
17 </body>
18 </html>

mercurial