This commit is contained in:
Bernd 2014-11-23 15:09:51 +00:00
Родитель c91b23533e
Коммит b92a6ee0e0
4 изменённых файлов: 119 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,42 @@
<html class="reftest-print">
<head>
<style type="text/css">
div.room {
display: inline-block;
float: left;
border: 1px solid green;
}
</style>
</head>
<body>
<!-- adjust height to get tfoot at page boundary" -->
<div style=" width:430px; height: 880px; border: 1px solid green;">
</div>
<div class="room">
<table border width="260px" >
<tbody>
<tr>
<td><div style="width:50px; height:28px; border: 1px solid green;"></div>
</td>
</tr>
</tbody>
<tfoot>
<tr>
<td >
<div style="width:50px; height:68px; border: 1px solid green;"></div>
</td>
</tr>
</tfoot>
</table>
</div>
<div class="room" style=" width:430px; height: 311px"></div>
<div class="room" style=" width:430px; height: 311px"></div>

Просмотреть файл

@ -0,0 +1,40 @@
<html class="reftest-print">
<head>
<style type="text/css">
div{
border: 1px solid green;
}
</style>
</head>
<body>
<div style=" width:10px; height: 10px; border: 1px solid green;">
</div>
<table border width="260px" style="float:left">
<tbody>
<tr>
<td><div style="width:50px; height:910px;"></div>
</td>
</tr>
</tbody>
<tfoot>
<tr>
<td >
<div style="width:50px; height:68px;"></div>
</td>
</tr>
</tfoot>
</table>
<div style="float:left; width:430px; height: 311px"></div>
<div style="float:left; width:430px; height: 311px"></div>

Просмотреть файл

@ -0,0 +1,34 @@
<html class="reftest-print">
<head>
<style type="text/css">
div{
border: 1px solid green;
}
</style>
</head>
<body>
<table border width="260px" style="float:left">
<tbody>
<tr>
<td><div style="width:50px; height:910px;"></div>
</td>
</tr>
</tbody>
<tfoot>
<tr>
<td >
<div style="width:50px; height:68px;"></div>
</td>
</tr>
</tfoot>
</table>
<div style="float:left; width:430px; height: 311px"></div>
<div style="float:left; width:430px; height: 311px"></div>

Просмотреть файл

@ -124,6 +124,9 @@ load 512749-1.html
load 513732-1.html
asserts(0-1) load 533380-1.xhtml # Bug 614457
load 534716-1.html
load 563009-1.html
load 563009-2.html
load 563009-3.html
load 573354-1.xhtml
load 576890-1.html
load 576890-2.html