Add reftest for bug 364989

This commit is contained in:
Daniel Holbert 2009-03-11 16:53:35 -07:00
parent c49a35f5bd
commit 0ca6b03dc8
3 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,10 @@
<html>
<body>
<table cellpadding="0" cellspacing="0">
<tr>
<td style="background: lightgreen;">a</td>
<td style="background: lightblue;">b</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,22 @@
<html>
<body>
<table cellpadding="0" cellspacing="0">
<tr>
<td>
<table style="table-layout: fixed;" cellpadding="0" cellspacing="0">
<tr>
<td style="background: lightgreen;">a</td>
</tr>
</table>
</td>
<td>
<table style="table-layout: fixed;" cellpadding="0" cellspacing="0">
<tr>
<td style="background: lightblue;">b</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>

View File

@ -488,6 +488,7 @@ fails-if(MOZ_WIDGET_TOOLKIT=="cocoa") == 356774-1.html 356774-1-ref.html # proba
== 364861-1.html 364861-1-ref.html
== 364862-1.html 364862-1-ref.html
== 364968-1.xul 364968-1-ref.html
== 364989-1.html 364989-1-ref.html
== 365173-1.html 365173-1-ref.html
== 366207-1.xul 366207-1-ref.xul
== 366616-1.xul 366616-1-ref.xul