RetroZilla/layout/html/tests/block/bugs/55250.html

15 lines
481 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"><meta name="author" content="steve clark">
<title>55250</title>
</head>
<body>
<img src="ant.jpg" alt="xxx" width="250" height="170">
<BR>
<object style="width:50px; height:50px; border: 1px solid black"></object>
<BR>
<table style="width:50px; height:50px; border: 1px solid black"><tr><td>x</td></tr></table>
</body>
</html>