summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/40596-1a.html
blob: 8fbcc64dcbedf3f9b1b5444688ed482e6da1510c (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="width: 100%; visibility: hidden ">
          </td>
        </tr>
      </table>
    </form>
  </body>
</html>