diff options
Diffstat (limited to 'layout/base/crashtests/394014-1-inner.html')
-rw-r--r-- | layout/base/crashtests/394014-1-inner.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/layout/base/crashtests/394014-1-inner.html b/layout/base/crashtests/394014-1-inner.html new file mode 100644 index 000000000..9262bf12d --- /dev/null +++ b/layout/base/crashtests/394014-1-inner.html @@ -0,0 +1,10 @@ +<html><head> +<title>Testcase bug 394014 - Crash [@ NS_ProcessNextEvent_P] with DOMSubtreeModified removing windows, binding and other stuff</title> +</head> +<body> +<iframe src="394014-1-iframe.html"></iframe> +<script> +setInterval(function() {window.location.reload()}, 1000); +</script> +</body> +</html> |