1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/424465-1-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,35 @@ 1.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 1.5 +<html xmlns="http://www.w3.org/1999/xhtml"> 1.6 + <head> 1.7 + <title>424465 testcase</title> 1.8 + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 1.9 + 1.10 + <style type="text/css"> 1.11 + .standardform { 1.12 + background-color: #00f000; 1.13 + border: 1px solid #000000; 1.14 + margin-bottom: 3px; /* Remove this line and bug disappears */ 1.15 + } 1.16 + </style> 1.17 + 1.18 + </head> 1.19 + 1.20 + <body> 1.21 + 1.22 + <form method="get" action="#"> 1.23 + <table class="standardform" cellspacing="5"> 1.24 + <tbody> 1.25 + <tr> 1.26 + <td colspan="2" id="hiddenColumnBugged"> 1.27 + <div>.: See the bug ? :.<br/> 1.28 + <img src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANwAAAATCAIAAAB0hvS3AAAABGdBTUEAALGOfPtRkwAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAdTAAAOpgAAA6lwAAF2+XqZnUAAAAuUlEQVR4nGJkYPjPMApGwWACAAHENNAOGAWjAB0ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABNBoohwFgw4ABBgAsywBJafN/+UAAAAASUVORK5CYII=' /> 1.29 + </div> 1.30 + </td> 1.31 + </tr> 1.32 + </tbody> 1.33 + 1.34 + </table> 1.35 + </form> 1.36 + </body> 1.37 + 1.38 +</html>