layout/reftests/bugs/40596-1e.html

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

     1 <html>
     2   <body>
     3     <form>
     4       <table border="1" width="300" style="height: 300px">
     5         <tr>
     6           <td style="width:80%">
     7             &nbsp;
     8           </td>
     9           <td style="width:20%">
    10             <input type="button" style="width: 100%; visibility: hidden"
    11               value="This is pretty long text in the button">
    12           </td>
    13         </tr>
    14       </table>
    15     </form>
    16   </body>
    17 </html>

mercurial