layout/reftests/bugs/424465-1.html

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

     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" class="reftest-wait">
     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     <script type="text/javascript">
    16     //<![CDATA[
    18     window.addEventListener("MozReftestInvalidate", showBug, false);
    20     function imageLoaded()
    21     {
    22         document.documentElement.className = "";
    23     }
    25     function showBug()
    26     {
    27 		document.getElementById("hiddenColumnBugged").innerHTML =
    28             "<div>.: See the bug ? :.<br /><img onload='imageLoaded()' src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANwAAAATCAIAAAB0hvS3AAAABGdBTUEAALGOfPtRkwAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAdTAAAOpgAAA6lwAAF2+XqZnUAAAAuUlEQVR4nGJkYPjPMApGwWACAAHENNAOGAWjAB0ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABBgAsywBJafN/+UAAAAASUVORK5CYII=' /><\/div>";
    29     }
    31     //]]>
    32     </script>
    34   </head>
    36   <body>
    38     <form method="get" action="#">
    39       <table class="standardform" cellspacing="5">
    40         <tbody>
    41           <tr>
    42             <td colspan="2" id="hiddenColumnBugged">
    43               <input onclick="showBug(); return false;" value="Trigger Bug" type="button" />
    44             </td>
    45           </tr>
    46         </tbody>
    48       </table>
    49     </form>
    50   </body>
    52 </html>

mercurial