layout/xul/crashtests/470272.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/xul/crashtests/470272.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,21 @@
     1.4 +<html>
     1.5 +<head>
     1.6 +<script>
     1.7 +function doe2(i) {
     1.8 +document.documentElement.offsetHeight;
     1.9 +document.getElementById('a').setAttribute('style', 'display: -moz-inline-box;');
    1.10 +document.documentElement.offsetHeight;
    1.11 +}
    1.12 +</script>
    1.13 +</head>
    1.14 +<body style="float: right; -moz-column-count: 2; height: 20%;" onload="setTimeout(doe2,0);">
    1.15 +  <div style="display: none;"></div>
    1.16 +  <ul style="display: -moz-inline-box;"></ul>
    1.17 +  <span id="a">
    1.18 +    <ul style="display: -moz-grid; overflow: scroll;"></ul>
    1.19 +      <span style="display: -moz-inline-box; height: 10px;">
    1.20 +        <span style="position: absolute;"></span>
    1.21 +      </span>
    1.22 +  </span>
    1.23 +</body>
    1.24 +</html>

mercurial