424465-1.html (1777B)
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" /> 6 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> 14 15 <script type="text/javascript"> 16 //<![CDATA[ 17 18 window.addEventListener("MozReftestInvalidate", showBug); 19 20 function imageLoaded() 21 { 22 document.documentElement.className = ""; 23 } 24 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 } 30 31 //]]> 32 </script> 33 34 </head> 35 36 <body> 37 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> 47 48 </table> 49 </form> 50 </body> 51 52 </html>