/ libxml2 / test / HTML / cf_128.html
cf_128.html
 1  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
 2  <html>
 3  <head>
 4  <title>gnome-xml push mode bug</title>
 5  </head>
 6  <body>
 7  
 8  <table border="4">
 9    <tr>
10      <td bgcolor="white">
11  	Foo1
12  	<table border="4">
13  	  <tr>
14  	    <td>Foo2<p><p></td></tr></table>
15      </td>
16      <td bgcolor="blue">Foo3</td>
17     </tr>
18    </table>
19    </body>
20  </html>