This commit is contained in:
bmlk%gmx.de 2006-12-02 08:45:07 +00:00
Родитель 4c455b7241
Коммит 8c758a69c0
2 изменённых файлов: 16 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,15 @@
<html>
<head>
<title>
Testcase bug 362348 - Crash [@ nsTableRowFrame::CollapseRowIfNecessary] on print preview with testcase, using display: table-footer-group; visibility: collapse;
</title>
</head>
<body>
This page should not crash on print preview
<div style="display: table;">
<div style="height:6100px;"></div>
<div style="display: table-footer-group; visibility: collapse;"></div>
</div>
</body>
</html>

Просмотреть файл

@ -21,6 +21,7 @@ bug165772-4.html
bug165772-5.html
bug24000-1.html
bug24000-2.html
bug362348.html
bug53690.html
bug54829.html
bug57378.html