diff options
Diffstat (limited to 'dom/base/crashtests/561981-2.html')
-rw-r--r-- | dom/base/crashtests/561981-2.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dom/base/crashtests/561981-2.html b/dom/base/crashtests/561981-2.html new file mode 100644 index 000000000..bac13eeea --- /dev/null +++ b/dom/base/crashtests/561981-2.html @@ -0,0 +1,12 @@ +<html class="reftest-wait"> +<head> +<script> +function finish() { + document.documentElement.removeAttribute("class"); +} +</script> +</head> +<body onload="setTimeout(finish, 5000)"> +<iframe src="561981-2-iframe.xhtml"></iframe> +</body> +</html> |