layout/base/crashtests/691118-1.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/base/crashtests/691118-1.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,24 @@
     1.4 +<!DOCTYPE html>
     1.5 +<html>
     1.6 +
     1.7 +<head>
     1.8 +<script>
     1.9 +
    1.10 +function boom()
    1.11 +{
    1.12 +  document.documentElement.offsetHeight;
    1.13 +  document.getElementById("x").style.counterIncrement = "a";
    1.14 +  document.documentElement.offsetHeight;
    1.15 +}
    1.16 +
    1.17 +</script>
    1.18 +
    1.19 +<body onload="boom();" style="-moz-column-count: 3">
    1.20 +  <div style="position: relative;">
    1.21 +    <div style="position: absolute; height: 3pt;"></div>
    1.22 +    <div style="position: absolute;" id="x"></div>
    1.23 +    <div style="position: absolute; height: 8pt;"></div>
    1.24 +  </div>
    1.25 +</body>
    1.26 +
    1.27 +</html>

mercurial