mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-21 14:53:44 +03:00
- HTMLparser.c: Closed bug #54891
- result/HTML/cf_128.html* test/HTML/cf_128.html: added the test to the suite forgot to commit this one yesterday - encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c: applied a documentation patch from LotR and filled in a few missing descriptions Daniel
This commit is contained in:
20
test/HTML/cf_128.html
Normal file
20
test/HTML/cf_128.html
Normal file
@@ -0,0 +1,20 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>gnome-xml push mode bug</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<table border="4">
|
||||
<tr>
|
||||
<td bgcolor="white">
|
||||
Foo1
|
||||
<table border="4">
|
||||
<tr>
|
||||
<td>Foo2<p><p></td></tr></table>
|
||||
</td>
|
||||
<td bgcolor="blue">Foo3</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user