Backed out changeset 39e6a7e77cfb (bug 1927808) for causing multiple failures. CLOSED...
[gecko.git] / layout / reftests / table-anonymous-boxes / 156888-2-ref.html
blob5a3c5cfebc8c5ee74f85355ccfbf3217600eca3f
1 <!DOCTYPE html>
2 <html>
3 <body>
4 <table border="5">
5 <tr>
6 <td>Row 1</td>
7 </tr>
8 <tr>
9 <td>Row 2</td>
10 </tr>
11 <tr>
12 <td>Row 3</td>
13 </tr>
14 <tr style="display: inline">
15 <td>Row 4</td>
16 </tr>
17 </table>
18 </body>
19 </html>