layout/generic/crashtests/394818-2.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/generic/crashtests/394818-2.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 load() {
     1.6 +    window.frames[0].focus();
     1.7 +    setTimeout("load2();", 100);
     1.8 +  }
     1.9 +  function load2() {
    1.10 +    document.body.setAttribute('style','display: inline');
    1.11 +    document.documentElement.removeAttribute("class");
    1.12 +  }
    1.13 +  function beforeCopy() {
    1.14 +    document.removeChild(document.documentElement);
    1.15 +  }
    1.16 +</script></head>
    1.17 +<body onload="load();" 
    1.18 +      onbeforecopy="beforeCopy();"><iframe></iframe></body>
    1.19 +</html>

mercurial