Bug 374927 reftest. r+sr=dbaron. As indicated in reftest.list, this test currently fails -- it was broken by the checkin for bug 368600, and it'll be fixed by solving bug 400776.

This commit is contained in:
dholbert@cs.stanford.edu 2007-10-23 20:35:34 -07:00
parent c7254b6ab4
commit 4c7a3a6c03
3 changed files with 56 additions and 0 deletions

View File

@ -0,0 +1,26 @@
<html>
<body>
The words "One Two Three" should appear down the right side of this page.
<table>
<tr>
<td width="100%"/>
<td>One</td>
</tr>
</table>
<table>
<tr>
<td width="100%"/>
<td>Two</td>
</tr>
</table>
<table>
<tr>
<td width="100%"/>
<td>Three</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,29 @@
<html>
<body>
The words "One Two Three" should appear down the right side of this page.
<table>
<tr>
<td><table style="table-layout: fixed;"></table></td>
<td>One</td>
</tr>
</table>
<table>
<tr>
<td><table style="table-layout: fixed;"></table></td>
<td><table style="table-layout: fixed;"></table></td>
<td>Two</td>
</tr>
</table>
<table>
<tr>
<td><table style="table-layout: fixed;"></table></td>
<td><table style="table-layout: fixed;"></table></td>
<td><table style="table-layout: fixed;"></table></td>
<td>Three</td>
</tr>
</table>
</body>
</html>

View File

@ -318,6 +318,7 @@ fails == 368504-2.html 368504-2-ref.html # bug 368504
== 374038-1.xul 374038-1-ref.xul
== 374038-2.xul 374038-2-ref.xul
== 374193-1.xhtml about:blank
fails == 374927-1.html 374927-1-ref.html # Was broken by patch for bug 368600; fails until bug 400776 is fixed
== 375716-1.html 375716-1-ref.html
== 375827-1.html 375827-1-ref.html
== 376484-1.html 376484-1-ref.html