1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/424766-1-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,29 @@ 1.4 +<!DOCTYPE html> 1.5 +<html> 1.6 +<head> 1.7 +<title></title> 1.8 + 1.9 +</head> 1.10 + 1.11 +<body style="width: 1000px; margin: 0; padding: 0"> 1.12 + <table cellpadding="0" cellspacing="0" align="center"> 1.13 + <tr> 1.14 + <td> 1.15 + <div style="background:red; WIDTH: 400px; height:400px;"></div> 1.16 + <div id="x" style="width: 0px"></div> 1.17 + 1.18 + </td> 1.19 + </tr> 1.20 + </table> 1.21 + <div style="position: absolute; top: 0; left: 300px; height: 400px; width: 400px; background: green; opacity: 0.9"></div> 1.22 + 1.23 +<br/> 1.24 + 1.25 +<div style="text-align: center;"> 1.26 +<form method="get" action="#"> 1.27 + <input onclick="return false;" value="Trigger Bug" type="button" /> 1.28 +</form> 1.29 +</div> 1.30 + 1.31 +</body> 1.32 +</html>