diff options
Diffstat (limited to 'editor/libeditor/crashtests/459613.html')
-rw-r--r-- | editor/libeditor/crashtests/459613.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/editor/libeditor/crashtests/459613.html b/editor/libeditor/crashtests/459613.html new file mode 100644 index 0000000000..7a335f22ed --- /dev/null +++ b/editor/libeditor/crashtests/459613.html @@ -0,0 +1,17 @@ +<html class="reftest-wait"> +<head> +<script type="text/javascript"> + +function finish() { + document.documentElement.removeAttribute("class"); +} + +</script> +</head> + +<body> + +<iframe src="459613-iframe.html" onload="finish();"></iframe> + +</body> +</html> |