Mypal/layout/tables/crashtests/159359-1.html
2019-03-11 13:26:37 +03: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>