diff options
Diffstat (limited to 'parser/htmlparser/tests/crashtests/147179-1.html')
-rw-r--r-- | parser/htmlparser/tests/crashtests/147179-1.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/parser/htmlparser/tests/crashtests/147179-1.html b/parser/htmlparser/tests/crashtests/147179-1.html new file mode 100644 index 0000000000..2aaac19844 --- /dev/null +++ b/parser/htmlparser/tests/crashtests/147179-1.html @@ -0,0 +1,7 @@ +<html><head><title>Testcase for bug 141561</title></head>
+<body>
+
+<script>document.write("<form><input type='password'></form>");</script>
+
+</body>
+</html>
|