layout/reftests/bugs/424465-1-ref.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 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     2 <html xmlns="http://www.w3.org/1999/xhtml">
     3   <head>            
     4     <title>424465 testcase</title>         
     5     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     7     <style type="text/css">      
     8       .standardform {
     9       background-color: #00f000;
    10       border: 1px solid #000000; 
    11       margin-bottom: 3px; /* Remove this line and bug disappears */
    12       }  
    13     </style>  
    15   </head>
    17   <body>
    19     <form method="get" action="#">
    20       <table class="standardform" cellspacing="5">
    21         <tbody>
    22           <tr>
    23             <td colspan="2" id="hiddenColumnBugged">
    24               <div>.: See the bug ? :.<br/>
    25                 <img src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANwAAAATCAIAAAB0hvS3AAAABGdBTUEAALGOfPtRkwAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAdTAAAOpgAAA6lwAAF2+XqZnUAAAAuUlEQVR4nGJkYPjPMApGwWACAAHENNAOGAWjAB0ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABBgAsywBJafN/+UAAAAASUVORK5CYII=' />
    26                 </div>
    27             </td>
    28           </tr>
    29         </tbody>
    31       </table>
    32     </form>
    33   </body>
    35 </html>

mercurial