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