summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/387344-1-ref.html
blob: 6a524018d704be92b204782bce9719f6f6433146 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
<body>
<table>
<tbody style="height: 100px; overflow: scroll; font-size: 20px; visibility: hidden">
<tr><td>Test 1</td></tr>
<tr><td>Test 2</td></tr>
<tr><td>Test 3</td></tr>
<tr><td>Test 4</td></tr>
<tr><td>Test 5</td></tr>
<tr><td>Test 6</td></tr>
<tr><td>Test 7</td></tr>
</tbody>
</table>
This text should be right up against the table.
</body>
</html>