layout/reftests/margin-collapsing/block-xhtml-root-3.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-root-3.xhtml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,26 @@
     1.4 +<root>
     1.5 +<html xmlns="http://www.w3.org/1999/xhtml">
     1.6 +<head>
     1.7 + <style type="text/css">
     1.8 + root, html, body {
     1.9 +  display: block;
    1.10 +  margin: 0; padding: 0;
    1.11 + }
    1.12 + root {
    1.13 +  margin: 10px 0;
    1.14 + }
    1.15 + html {
    1.16 +  background-color: lightgreen;
    1.17 +  margin: 20px 0;
    1.18 + }
    1.19 + body {
    1.20 +  background-color: green;
    1.21 +  margin: 40px 0;
    1.22 +  height: 100px;
    1.23 + }
    1.24 + </style>
    1.25 +</head>
    1.26 +<body>
    1.27 +</body>
    1.28 +</html>
    1.29 +</root>

mercurial