This commit was manufactured by cvs2svn to create branch

'AVIARY_1_0_20040515_BRANCH'.

git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@156431 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
(no author)
2004-05-15 19:32:54 +00:00
parent 6c06bfad8c
commit b4b70055bb
25186 changed files with 5675670 additions and 0 deletions

View File

@@ -0,0 +1,62 @@
<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>