aboutsummaryrefslogtreecommitdiffstats
path: root/result/HTML/cf_128.html
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2005-09-01 09:52:30 +0000
committerDaniel Veillard <veillard@src.gnome.org>2005-09-01 09:52:30 +0000
commit36d73403ff4b50c19971c48f920cc8648051cc8c (patch)
tree793bda0e10185722c2190b5d794ffebc71d94b10 /result/HTML/cf_128.html
parent9a27b86f5377fd99ddb948f75c1505dc86cadb2f (diff)
downloadplatform_external_libxml2-36d73403ff4b50c19971c48f920cc8648051cc8c.tar.gz
platform_external_libxml2-36d73403ff4b50c19971c48f920cc8648051cc8c.tar.bz2
platform_external_libxml2-36d73403ff4b50c19971c48f920cc8648051cc8c.zip
Applied the last patch from Gary Coady for #304637 changing the behaviour
* HTMLparser.c: Applied the last patch from Gary Coady for #304637 changing the behaviour when text nodes are found in body * result/HTML/*: this changes the output of some tests Daniel
Diffstat (limited to 'result/HTML/cf_128.html')
-rw-r--r--result/HTML/cf_128.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/result/HTML/cf_128.html b/result/HTML/cf_128.html
index 8c4f11a6..b3e6b416 100644
--- a/result/HTML/cf_128.html
+++ b/result/HTML/cf_128.html
@@ -1,7 +1,9 @@
<!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>
+<body>
+
+<table border="4"><tr>
<td bgcolor="white">
Foo1
<table border="4"><tr><td>Foo2<p></p>
@@ -9,5 +11,6 @@
</td></tr></table>
</td>
<td bgcolor="blue">Foo3</td>
- </tr></table></body>
+ </tr></table>
+</body>
</html>