1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/base/crashtests/394014-1-inner.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,10 @@ 1.4 +<html><head> 1.5 +<title>Testcase bug 394014 - Crash [@ NS_ProcessNextEvent_P] with DOMSubtreeModified removing windows, binding and other stuff</title> 1.6 +</head> 1.7 +<body> 1.8 +<iframe src="394014-1-iframe.html"></iframe> 1.9 +<script> 1.10 +setInterval(function() {window.location.reload()}, 1000); 1.11 +</script> 1.12 +</body> 1.13 +</html>