gecko-dev/layout/tables/crashtests/159359-1.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 строки
175 B
HTML
Исходник Обычный вид История

2009-02-11 09:18:05 +03:00
<html>
<head>
<title>Crash test</title>
</head>
<body>
<table style="position: fixed; top: 0px;"> <!-- Crashes Mozilla -->
<tr>
<form>
</form>
</tr>
</table>
</body>
</html>