layout/reftests/margin-collapsing/block-xhtml-html-2-ref.xhtml

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/margin-collapsing/block-xhtml-html-2-ref.xhtml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,27 @@
     1.4 +<html xmlns="http://www.w3.org/1999/xhtml">
     1.5 +<head>
     1.6 + <style type="text/css">
     1.7 + html, body, div {
     1.8 +  margin: 0; padding: 0;
     1.9 +  background-color: white;
    1.10 + }
    1.11 + #the-html {
    1.12 +  padding: 20px 0;
    1.13 + }
    1.14 + #the-body {
    1.15 +  background-color: red;
    1.16 + }
    1.17 + #the-div {
    1.18 +  background-color: green;
    1.19 +  height: 100px;
    1.20 + }
    1.21 + </style>
    1.22 +</head>
    1.23 +<body>
    1.24 +<div id="the-html">
    1.25 + <div id="the-body">
    1.26 +  <div id="the-div"></div>
    1.27 + </div>
    1.28 +</div>
    1.29 +</body>
    1.30 +</html>

mercurial