1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/368504-1-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,26 @@ 1.4 +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 1.5 +<html> 1.6 +<head> 1.7 + <title>Bug 368504 Reference</title> 1.8 + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 1.9 + <style type="text/css"> 1.10 + td {padding: 0px} 1.11 + table {border-collapse: collapse; border: 0px} 1.12 + </style> 1.13 +</head> 1.14 +<body> 1.15 +<table cellpadding="0" style="width: 100%"> 1.16 + <tr><td> 1.17 + <table> 1.18 + <tr> 1.19 + <td style="background: green"><img src="solidblue.png" alt="" width="15" height="15"/></td> 1.20 + <td style="background: yellow; width: 100%">Row 1 Text</td> 1.21 + </tr> 1.22 + </table> 1.23 + </td></tr> 1.24 + <tr><td> 1.25 + <table style="width: 100%"><tr><td style="background: red"><img src="solidblue.png" alt="" width="30" height="15"/>StringOfReallyLongUnbrokenText</td></tr></table> 1.26 + </td></tr> 1.27 +</table> 1.28 +</body> 1.29 +</html>