summaryrefslogtreecommitdiffstats
path: root/layout/tables/crashtests/159359-1.html
blob: 9d52d990bf1ae10a51a5a96aaf187e5183c62c45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<html>
<head>
<title>Crash test</title>
</head>
<body>
<table style="position: fixed; top: 0px;"> <!-- Crashes Mozilla -->
<tr>
	<form>
	</form>
</tr>
</table>
</body>
</html>