summaryrefslogtreecommitdiffstats
path: root/layout/reftests/table-overflow/963441.html
blob: 8777f3362a401c708076e95d9e28fd3b7b51f265 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html class="reftest-print">
<head><meta charset="utf-8"></head>
<body>
  <div style="float: left">
    <table cellpadding=0 cellspacing=0>
      <tr>
        <td>
          <div style="height:3in">Tall div. (Scroll to end.)</div>
          <div>IS THIS TEXT VISIBLE IN PRINT PREVIEW?</div>
        </td>
      </tr>
    </table>
  </div>
  <div style="clear: left">[clear:left]</div>
</body>
</html>