RetroZilla/layout/html/tests/block/bugs/177331.html
2015-10-20 23:03:22 -04:00

41 lines
1006 B
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Testcase, bug 177331</title>
<style type="text/css">
div.button{
float: left;
margin: 4px;
width: 150px;
height: 150px;
background: #999;
}
</style>
</head>
<body>
<table border="0" width="500">
<tr>
<td valign="top">
<div class="button">
<img height="100" width="100" alt="Mozilla"
src="data:text/plain,foo" />
</div>
<div class="button"></div>
<div class="button"></div>
<div class="button"></div>
<div class="button"></div>
<div class="button"></div>
<div class="button"></div>
<div class="button"></div>
<div class="button"></div>
</td>
</tr>
</table>
</body>
</html>