summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/40596-1b.html
blob: 8a832d40976e0f9981c29f1757f0e83baa0acffc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html>
  <body>
    <form>
      <table border="1" width="300" style="height: 300px">
        <tr>
          <td style="width:80%">
            &nbsp;
          </td>
          <td style="width:20%">
            <input type="text" style="visibility: hidden">
          </td>
        </tr>
      </table>
    </form>
  </body>
</html>