summaryrefslogtreecommitdiffstats
path: root/parser/htmlparser/tests/crashtests/31392-1.html
blob: 0a4a138b34b02ff0cdccb14c1df673807e2d17e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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>