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