layout/generic/crashtests/404215-1.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/generic/crashtests/404215-1.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,29 @@
     1.4 +<html>
     1.5 +<head>
     1.6 +<style>
     1.7 +
     1.8 +#colset {
     1.9 +  -moz-column-count: 3;
    1.10 +}
    1.11 +.a {
    1.12 +  height: 3in;
    1.13 +}
    1.14 +.b {
    1.15 +  height: 24pt;
    1.16 +}
    1.17 +.c {
    1.18 +  height: 336pt;
    1.19 +}
    1.20 +.d {
    1.21 +  position: absolute;
    1.22 +}
    1.23 +
    1.24 +</style>
    1.25 +</head>  
    1.26 +
    1.27 +<body onload="document.getElementById('a').className = '';">
    1.28 +
    1.29 +<div id="colset"><div><div class="a" id="a"></div><div class="b"><div class="c"></div><div class="d"></div></div></div></div>
    1.30 +
    1.31 +</body>
    1.32 +</html>

mercurial