tenfourfox/layout/tables/crashtests/159359-1.html

13 lines
175 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<html>
<head>
<title>Crash test</title>
</head>
<body>
<table style="position: fixed; top: 0px;"> <!-- Crashes Mozilla -->
<tr>
<form>
</form>
</tr>
</table>
</body>
</html>