layout/reftests/bugs/387876-2-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bugs/387876-2-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,13 @@
     1.4 +<html>
     1.5 +<head>
     1.6 +<title>Bug 387876 Reference Case 2</title>
     1.7 +</head>
     1.8 +<body>
     1.9 +  <div style="width:100%; height:0px;
    1.10 +              -moz-column-width: 20px; -moz-column-gap: 10px;">
    1.11 +    <div style="background: lightblue;">a</div>
    1.12 +    <p id="weird" 
    1.13 +       style="background: lightgreen">b cd</p>
    1.14 +  </div>
    1.15 +</body>
    1.16 +</html>

mercurial