aboutsummaryrefslogtreecommitdiff
path: root/test.html
blob: 09865dcaeb22bb5e7a5a5053e37f7ea85ff2deba (plain)
1
2
3
4
5
6
7
8
9
10
11
<html>
<head>
	<title>GrokHtml Test Document</title>
</head>
<body>
	<table>
	<tr><td>foo = baz</td></tr>
	<tr><td>bar = quux</td></tr>
	</table>
</body>
</html>