no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / table-bordercollapse / bug1379306.html
blob55f866d4d747fc43e9ecea2ecf31d0e1ae49d661
1 <!DOCTYPE html>
2 <title>Table Cell Testcase, bug 1379306</title>
3 <style>
4 table.collapse {
5 border-collapse: collapse;
7 td {
8 border: 20px solid #aaa;
9 width: 120px;
10 height: 150px;
11 position: relative;
13 div {
14 background-color: #000;
15 position: absolute;
16 top: 0;
17 left: 0;
18 height: 10px;
19 width: 20px
21 </style>
22 <h1>Table Cell Testcase, bug 1379306</h1>
24 <table class="collapse">
25 <tr>
26 <td>
27 <div></div>
28 </td>
29 </tr>
30 </table>