diff options
Diffstat (limited to 'layout/reftests/bugs/40596-1f.html')
-rw-r--r-- | layout/reftests/bugs/40596-1f.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/layout/reftests/bugs/40596-1f.html b/layout/reftests/bugs/40596-1f.html new file mode 100644 index 000000000..76b04dbbc --- /dev/null +++ b/layout/reftests/bugs/40596-1f.html @@ -0,0 +1,17 @@ +<html> + <body> + <form> + <table border="1" width="300" style="height: 300px"> + <tr> + <td style="width:80%"> + + </td> + <td style="width:20%"> + <input type="button" style="visibility: hidden" + value="This is pretty long text in the button"> + </td> + </tr> + </table> + </form> + </body> +</html> |