layout/generic/crashtests/673770.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/generic/crashtests/673770.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,20 @@
     1.4 +<!DOCTYPE html>
     1.5 +<html style="-moz-column-width: 1px;">
     1.6 +  <head>
     1.7 +    <script>
     1.8 +      function boom()
     1.9 +      {
    1.10 +        document.documentElement.offsetHeight;
    1.11 +        document.body.style.height = "8px";
    1.12 +        document.documentElement.style.fontSize = "22050893469px";
    1.13 +        document.documentElement.offsetHeight;
    1.14 +        document.getElementById("x").style.counterReset = "chicken";
    1.15 +        document.documentElement.offsetHeight;
    1.16 +      }
    1.17 +    </script>
    1.18 +  </head>
    1.19 +  <body style="-moz-column-width: 1px; -moz-column-fill: auto;" onload="boom();">
    1.20 +    <hr size="100" color="blue"><div style="position: absolute;"></div><div id="x" style="height: 5px;"></div>
    1.21 +  </body>
    1.22 +</html>
    1.23 +

mercurial