Mozilla/mozilla/parser/htmlparser/tests/html/Table_illegal_1.html
harishd%netscape.com 36b124ebdc Regression Test files.
Not part of the build.


git-svn-id: svn://10.0.0.236/trunk@73536 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-29 21:41:02 +00:00

63 lines
778 B
HTML

<html>
<head>
<title> Bad Content </title>
</head>
<style>
table {
border: solid red;
background-color:yellow;
}
P { background-color: pink; }
</style>
<body>
<table >
<tr>
<td>
<P> some text
two</td>
</tr>
</table>
<table>
<tr>
<P>ss
<td>three</td>
</tr>
</table>
<table>
<tr>
<P>one
<td>
<table>
<P>last
<tr>
<P>two
<td>
<table>
<tr>
<P>three
<td>
<table>
<tr>
<td>
4TD
</td>
</tr>
</table>
</td>
<P>three last
</tr>
</table>
</td>
<P>two last
</tr>
</table>
</td>
<P>one last
</tr>
</table>
</body>
</html>