RetroZilla/parser/htmlparser/tests/html/92530.html
2015-10-20 23:03:22 -04:00

35 lines
619 B
HTML

<!-- Tag Soup -->
<html>
<head>
<title> Bugscape Bug 5040 </title>
<style type="text/css">
:table-cell { border: red dotted 10px; }
</style>
</head>
<body>
<table>
<tr>
<td bgcolor=pink>
<form>
<table border=1>
<tr>
<td bgcolor=blue>
<table>
<span> CONTENT PROMOTED ABOVE INNER TABLE </span>
<tr>
<td bgcolor=green> ROW 1 CELL 1 </td>
</tr>
</table>
</td>
</tr>
<tr>
<td> ROW 2 CELL 1 </td>
</tr>
</table>
</form>
</td>
</tr>
</table>
</body>
</html>