layout/base/crashtests/369547-2.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/base/crashtests/369547-2.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,15 @@
     1.4 +<html><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 +}
    1.11 +setTimeout(doe2,200,0);
    1.12 +</script>
    1.13 +</head>
    1.14 +<body style="display: -moz-inline-box;"><span style="display: inline-block;"><span style="display: inline-block;"></span></span><span id="a">
    1.15 +<iframe></iframe>
    1.16 +<div id="b" style="display: table-footer-group;"></div>
    1.17 +</span></body>
    1.18 +</html>
    1.19 \ No newline at end of file

mercurial