testcase for bug 362348 NPOTB

git-svn-id: svn://10.0.0.236/trunk@216336 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bmlk%gmx.de
2006-12-02 08:45:07 +00:00
parent f8599f28d0
commit 90079a0a52
2 changed files with 16 additions and 0 deletions

View File

@@ -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>

View File

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