diff options
Diffstat (limited to 'parser/htmlparser/tests/crashtests/31694-1.html')
-rw-r--r-- | parser/htmlparser/tests/crashtests/31694-1.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/parser/htmlparser/tests/crashtests/31694-1.html b/parser/htmlparser/tests/crashtests/31694-1.html new file mode 100644 index 0000000000..8be2d47f02 --- /dev/null +++ b/parser/htmlparser/tests/crashtests/31694-1.html @@ -0,0 +1,8 @@ +<HTML><HEAD>
+<script src="foo.js"></script>
+<csactions>
+<csaction name="bar" class="foobar" type="ONEVENT">
+</csactions>
+</HEAD>
+<BODY>
+<DD></DD></BODY></HTML>
|