RetroZilla/layout/html/tests/table/interactive/bug107857.html

20 lines
496 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<html>
<head>
<title>94041-2</title>
</style>
</head>
<body>
<table border="1">
<tr>
<td height="50" width="50" bgcolor="blue">1</td>
<td height="50" width="50" bgcolor="blue"></td>
</tr>
<tr>
<td height="50" width="50" background="http://www.mozilla.org/images/mozilla-banner.gif">2</td>
<td height="50" width="50" background="http://www.mozilla.org/images/mozilla-banner.gif"></td>
</tr>
</table>
</body>
</html>