зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
7754fd9ea1
Коммит
305addae61
|
@ -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>
|
|
@ -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>
|
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче