1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/base/crashtests/373628-1.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,16 @@ 1.4 +<html class="reftest-wait"><head> 1.5 + <meta charset="utf-8"> 1.6 + <title>Testcase for bug 373628</title> 1.7 +<script> 1.8 +function stop() { 1.9 + document.body.removeChild(document.body.children[0]); 1.10 + document.documentElement.removeAttribute("class"); 1.11 +} 1.12 +</script> 1.13 +</head> 1.14 +<body onload='setTimeout(stop, 1000)'> 1.15 + 1.16 +<iframe src="373628.html"></iframe> 1.17 + 1.18 +</body> 1.19 +</html>