diff options
Diffstat (limited to 'parser/htmlparser/tests/crashtests/445171-1.html')
-rw-r--r-- | parser/htmlparser/tests/crashtests/445171-1.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/parser/htmlparser/tests/crashtests/445171-1.html b/parser/htmlparser/tests/crashtests/445171-1.html new file mode 100644 index 0000000000..0abaacdfba --- /dev/null +++ b/parser/htmlparser/tests/crashtests/445171-1.html @@ -0,0 +1,9 @@ +<html class="reftest-wait"> +<head> +<script> +function done() { document.documentElement.removeAttribute("class"); } +</script> +<body> +<iframe src="445171-1-inner.svg"></iframe> +</body> +</html> |