layout/generic/crashtests/369547-1.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/generic/crashtests/369547-1.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,16 @@
     1.4 +<html class="reftest-wait"><head><script>
     1.5 +function doe2() {
     1.6 +document.getElementById('a').setAttribute('style', 'display: inline-block;');
     1.7 +document.body.offsetHeight;
     1.8 +document.getElementById('b').removeAttribute('style');
     1.9 +document.body.offsetHeight;
    1.10 +document.documentElement.className = '';
    1.11 +}
    1.12 +setTimeout(doe2,200,0);
    1.13 +</script>
    1.14 +</head>
    1.15 +<body style="display: -moz-inline-box;"><span style="display: inline-block;"><span style="display: inline-block;"></span></span><span id="a">
    1.16 +<iframe></iframe>
    1.17 +<div id="b" style="display: table-footer-group;"></div>
    1.18 +</span></body>
    1.19 +</html>

mercurial