layout/generic/crashtests/404219-2.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/generic/crashtests/404219-2.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,31 @@
     1.4 +<html>
     1.5 +<head>
     1.6 +<style>
     1.7 +  body {
     1.8 +    /* Standize line-height, because the default varies by platform */
     1.9 +    line-height: 50px;
    1.10 +  }
    1.11 +  div#a {
    1.12 +    width: 3em;
    1.13 +    -moz-column-count: 2;
    1.14 +    -moz-column-gap: 0px;
    1.15 +    background: lightgreen;
    1.16 +  }
    1.17 +  div#b {
    1.18 +    height: 100px;
    1.19 +    float: left;
    1.20 +    background: lightblue;
    1.21 +  }
    1.22 +  div#c {
    1.23 +    height: 100px;
    1.24 +    background: orange;
    1.25 +  }
    1.26 +</style>
    1.27 +</head>
    1.28 +<body>
    1.29 +  <div id="a">
    1.30 +    <div id="b"><br/><br/>b</div>
    1.31 +    <div id="c">c c c</div>
    1.32 +  </div>
    1.33 +</body>
    1.34 +</html>

mercurial