Bug 1421887 - add reftest. r=dbaron

MozReview-Commit-ID: DqeXkD5r94D
This commit is contained in:
Ya-Chieh Wu 2018-01-04 21:28:00 +02:00
Родитель ef4a62d672
Коммит 9bbdbfb532
3 изменённых файлов: 110 добавлений и 0 удалений

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

@ -0,0 +1,56 @@
<html>
<head>
<title>Bug 1421887 reftest reference</title>
<style type="text/css">
table
{
border-collapse : collapse;
}
td
{
padding : 5px;
background-color : #F7F7F8;
border-left : dashed 1px;
border-right : dashed 1px;
text-align : left;
}
.bb {
border-bottom : solid 1px;
border-top : solid 1px;
}
</style>
</head>
<body>
<table>
<thead>
<tr>
<th>test</th>
<th>test</th>
</tr>
</thead>
<tbody>
<tr>
<td class="bb">test</td>
<td class="bb" rowspan="2">test</td>
</tr>
<tr><td class="bb">test</td></tr>
<tr>
<td class="bb">test</td>
<td></td>
</tr>
<tr><td class="bb">test</td><td></td></tr>
<tr>
<td class="bb">test</td>
<td class="bb" rowspan="2">test</td>
</tr>
<tr><td class="bb">test</td></tr>
</tbody>
</table>
</body>
</html>

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

@ -0,0 +1,53 @@
<html>
<head>
<title>Bug 1421887 reftest</title>
<style type="text/css">
table
{
border-collapse : collapse;
}
td
{
padding : 5px;
background-color : #F7F7F8;
border-left : dashed 1px;
border-right : dashed 1px;
border-bottom : solid 1px;
border-top : solid 1px;
text-align : left;
}
</style>
</head>
<body>
<table>
<thead>
<tr>
<th>test</th>
<th>test</th>
</tr>
</thead>
<tbody>
<tr>
<td>test</td>
<td rowspan="2">test</td>
</tr>
<tr><td>test</td></tr>
<tr>
<td>test</td>
<td rowspan="2"></td>
</tr>
<tr><td>test</td></tr>
<tr>
<td>test</td>
<td rowspan="2">test</td>
</tr>
<tr><td>test</td></tr>
</tbody>
</table>
</body>
</html>

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

@ -8,6 +8,7 @@
!= bug1394226.html bug1394226-notref.html
== bug1405929.html bug1405929-ref.html
== bug1405929-2.html bug1405929-2-ref.html
== bug1421887.html bug1421887-ref.html
== bc_dyn_cell1.html bc_dyn_cell1_ref.html
== bc_dyn_cell2.html bc_dyn_cell2_ref.html
== bc_dyn_cell3.html bc_dyn_cell3_ref.html