tenfourfox/layout/tables/crashtests/159359-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

13 lines
175 B
HTML

<html>
<head>
<title>Crash test</title>
</head>
<body>
<table style="position: fixed; top: 0px;"> <!-- Crashes Mozilla -->
<tr>
<form>
</form>
</tr>
</table>
</body>
</html>