layout/base/crashtests/322436-1.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/base/crashtests/322436-1.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,31 @@
     1.4 +<html class="reftest-wait">
     1.5 +
     1.6 +<head>
     1.7 +
     1.8 +
     1.9 +
    1.10 +<script>
    1.11 +
    1.12 +function foo()
    1.13 +{
    1.14 +  setTimeout(bar, 30);
    1.15 +}
    1.16 +
    1.17 +function bar()
    1.18 +{
    1.19 +  document.getElementById("TT").style.position = "absolute";
    1.20 +  document.documentElement.removeAttribute("class");
    1.21 +}
    1.22 +
    1.23 +</script>
    1.24 +
    1.25 +</head>
    1.26 +
    1.27 +<body onload="foo();">
    1.28 +
    1.29 +
    1.30 +<div id="TT"><div style="position: fixed;"><div style="display: -moz-box;"><div style="float: left;"></div></div></div></div>
    1.31 +
    1.32 +</body>
    1.33 +
    1.34 +</html>
    1.35 \ No newline at end of file

mercurial