no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / bugs / 729143-1.html
blob359a947e117270fbab26dab240fa68f34f9af1c6
1 <!DOCTYPE html>
2 <html>
3 <body>
4 <table style="width: 100px; height: 100px;">
5 <tbody style="height: 100%;"> <!-- required for older ffox versions -->
6 <tr>
7 <td style="height: 100%;">
8 <div style="height: 100%; width: 100%;overflow:scroll;">
9 <div style="height: 200px">
10 </div>
11 Some text
12 </div>
13 </td>
14 </tr>
15 </tbody>
16 </table>
17 </body>
18 </html>