aboutsummaryrefslogtreecommitdiffstats
path: root/result/HTML
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-05-03 08:27:20 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-05-03 08:27:20 +0000
commita2bc368bc9bbca85ad63dca60984ae79ddc4f8c8 (patch)
treef415249e83bf3a4d9a4dd312f3781f492ed96e62 /result/HTML
parent2a0d2e6b14a336b611c99563e192cda0b9af619e (diff)
downloadplatform_external_libxml2-a2bc368bc9bbca85ad63dca60984ae79ddc4f8c8.tar.gz
platform_external_libxml2-a2bc368bc9bbca85ad63dca60984ae79ddc4f8c8.tar.bz2
platform_external_libxml2-a2bc368bc9bbca85ad63dca60984ae79ddc4f8c8.zip
- HTMLparser.c: trying to fix the problem reported by Jonas Borgström
- results/HTML/ : a few changes in the output of the HTML tests as a result. - configure.in: tying to fix -liconv where needed Daniel
Diffstat (limited to 'result/HTML')
-rw-r--r--result/HTML/doc3.htm.err6
-rw-r--r--result/HTML/doc3.htm.sax6
-rw-r--r--result/HTML/wired.html.err6
-rw-r--r--result/HTML/wired.html.sax12
4 files changed, 7 insertions, 23 deletions
diff --git a/result/HTML/doc3.htm.err b/result/HTML/doc3.htm.err
index dc31663b..86783eaa 100644
--- a/result/HTML/doc3.htm.err
+++ b/result/HTML/doc3.htm.err
@@ -91,9 +91,3 @@ HEIGHT="70">&nbsp;</TD> </TR></TABLE>
./test/HTML/doc3.htm:844: error: Opening and ending tag mismatch: div and tbody
,arial">Site design by Tim Brinkley</FONT> </TD> </TR> --></TBODY></TABLE></DI
^
-./test/HTML/doc3.htm:846: error: Opening and ending tag mismatch: body and tbody
-</BODY></HTML>
- ^
-./test/HTML/doc3.htm:846: error: Opening and ending tag mismatch: html and tbody
-</BODY></HTML>
- ^
diff --git a/result/HTML/doc3.htm.sax b/result/HTML/doc3.htm.sax
index 1fe57db7..7c356614 100644
--- a/result/HTML/doc3.htm.sax
+++ b/result/HTML/doc3.htm.sax
@@ -2872,13 +2872,11 @@ SAX.cdata( window.open=NS_ActualOpen; , 28)
SAX.endElement(script)
SAX.characters(
, 2)
-SAX.error: Opening and ending tag mismatch: body and tbody
-SAX.error: Opening and ending tag mismatch: html and tbody
-SAX.ignorableWhitespace(
-, 2)
SAX.endElement(tbody)
SAX.endElement(table)
SAX.endElement(div)
SAX.endElement(body)
SAX.endElement(html)
+SAX.ignorableWhitespace(
+, 2)
SAX.endDocument()
diff --git a/result/HTML/wired.html.err b/result/HTML/wired.html.err
index a21b2ce1..ecf58e8f 100644
--- a/result/HTML/wired.html.err
+++ b/result/HTML/wired.html.err
@@ -259,9 +259,3 @@ com&BANNER=Sprint" style="text-decoration:none"><font color="#000000">Sprint</a
./test/HTML/wired.html:430: error: htmlParseEntityRef: expecting ';'
href="http://www.lycos.com/news/flash/hitlerbunker.html?v=wn1015&lpv=1">Lycos</
^
-./test/HTML/wired.html:512: error: Opening and ending tag mismatch: body and td
-</body>
- ^
-./test/HTML/wired.html:513: error: Opening and ending tag mismatch: html and td
-</html>
- ^
diff --git a/result/HTML/wired.html.sax b/result/HTML/wired.html.sax
index d9e90eff..b90ae2db 100644
--- a/result/HTML/wired.html.sax
+++ b/result/HTML/wired.html.sax
@@ -2836,13 +2836,6 @@ SAX.startElement(br)
SAX.endElement(br)
SAX.characters(
, 1)
-SAX.error: Opening and ending tag mismatch: body and td
-SAX.characters(
-, 1)
-SAX.error: Opening and ending tag mismatch: html and td
-SAX.ignorableWhitespace(
-
-, 2)
SAX.endElement(td)
SAX.endElement(tr)
SAX.endElement(table)
@@ -2850,5 +2843,10 @@ SAX.endElement(td)
SAX.endElement(tr)
SAX.endElement(table)
SAX.endElement(body)
+SAX.ignorableWhitespace(
+, 1)
SAX.endElement(html)
+SAX.ignorableWhitespace(
+
+, 2)
SAX.endDocument()