Reftest for bug 396024, r=dbaron

This commit is contained in:
martijn.martijn@gmail.com 2007-12-19 08:52:37 -08:00
parent c59a775ea4
commit 7fc359404a
4 changed files with 65 additions and 0 deletions

View File

@ -0,0 +1,21 @@
<html><head>
<title>Bug 271747 Width in table cells in bottom row sometimes ignored</title>
<style>
td{background-color:green;}
tr{height:100px;}
</style>
</head>
<body>
<table cellpadding="0"><tbody>
<tr>
<td></td>
<td>
</td>
</tr>
<tr>
<td width="100"></td>
<td width="500"></td>
</tr>
</tbody></table>
</body></html>

View File

@ -0,0 +1,21 @@
<html><head>
<title>Bug 271747 Width in table cells in bottom row sometimes ignored</title>
<style>
td{background-color:green;}
tr{height:100px;}
</style>
</head>
<body>
<table cellpadding="0"><tbody>
<tr>
<td></td>
<td>
<script>var x=document.body.offsetHeight;</script>
</td>
</tr>
<tr>
<td width="100"></td>
<td width="500"></td>
</tr>
</tbody></table>
</body></html>

View File

@ -0,0 +1,21 @@
<html><head>
<title>Bug 271747 Width in table cells in bottom row sometimes ignored</title>
<style>
td{background-color:green;}
tr{height:100px;}
</style>
</head>
<body>
<table cellpadding="0"><tbody>
<tr>
<td width="100"></td>
<td width="100">
<script>var x=document.body.offsetHeight;</script>
</td>
</tr>
<tr>
<td width="100"></td>
<td width="500"></td>
</tr>
</tbody></table>
</body></html>

View File

@ -41,6 +41,8 @@ fails == 25888-2l.html 25888-2l-ref.html # bug 25888
fails == 25888-2r.html 25888-2r-ref.html # bug 25888
fails == 25888-3l.html 25888-3l-ref.html # bug 25888
fails == 25888-3r.html 25888-3r-ref.html # bug 25888
== 271747-1a.html 271747-1-ref.html
== 271747-1b.html 271747-1-ref.html
fails-if(MOZ_WIDGET_TOOLKIT=="cocoa") == 28811-1a.html 28811-1-ref.html # bug 381765
== 28811-1b.html 28811-1-ref.html
fails-if(MOZ_WIDGET_TOOLKIT=="cocoa") == 28811-2a.html 28811-2-ref.html # bug 381765