diff options
Diffstat (limited to 'parser/htmlparser/tests/crashtests/31392-1.html')
-rw-r--r-- | parser/htmlparser/tests/crashtests/31392-1.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/parser/htmlparser/tests/crashtests/31392-1.html b/parser/htmlparser/tests/crashtests/31392-1.html new file mode 100644 index 0000000000..0a4a138b34 --- /dev/null +++ b/parser/htmlparser/tests/crashtests/31392-1.html @@ -0,0 +1,15 @@ +<html> +<head> +<title>Crash Test page</title> +</head> +<body> + +<table> +<tr> +<td> +<LINK REL="stylesheet" HREF="garbagestyle.css" TYPE="text/css"> +</td> +</tr> +</table> +</body> +</html>
\ No newline at end of file |