layout/generic/crashtests/399412-1.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/generic/crashtests/399412-1.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,32 @@
     1.4 +<html>
     1.5 +<head>
     1.6 +
     1.7 +<style id="s">
     1.8 +.container {
     1.9 +  height: 30px;
    1.10 +}
    1.11 +</style>
    1.12 +
    1.13 +<style>
    1.14 +.overflow {
    1.15 +  height: 150px;
    1.16 +  border: 1px silver solid;
    1.17 +}
    1.18 +body {
    1.19 +  height: 60px;
    1.20 +  width: 300px;
    1.21 +  -moz-column-width: 50px;
    1.22 +  -moz-column-gap: 1px;
    1.23 +  -moz-column-fill: auto;
    1.24 +}
    1.25 +</style>
    1.26 +
    1.27 +</head>
    1.28 +
    1.29 +<body onload="s=document.getElementById('s'); s.parentNode.removeChild(s);">
    1.30 +
    1.31 +<div class="container"><div class="overflow"></div></div>
    1.32 +<div class="container"><div class="overflow"></div></div>
    1.33 +
    1.34 +</body>
    1.35 +</html>

mercurial