diff options
| author | Daniel Veillard <veillard@src.gnome.org> | 2005-09-01 09:52:30 +0000 |
|---|---|---|
| committer | Daniel Veillard <veillard@src.gnome.org> | 2005-09-01 09:52:30 +0000 |
| commit | 36d73403ff4b50c19971c48f920cc8648051cc8c (patch) | |
| tree | 793bda0e10185722c2190b5d794ffebc71d94b10 /result/HTML/script.html.sax | |
| parent | 9a27b86f5377fd99ddb948f75c1505dc86cadb2f (diff) | |
| download | platform_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/script.html.sax')
| -rw-r--r-- | result/HTML/script.html.sax | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/result/HTML/script.html.sax b/result/HTML/script.html.sax index 3a470619..b259f7f7 100644 --- a/result/HTML/script.html.sax +++ b/result/HTML/script.html.sax @@ -11,17 +11,17 @@ SAX.endElement(head) SAX.ignorableWhitespace( , 1) SAX.startElement(body) -SAX.ignorableWhitespace( +SAX.characters( , 1) SAX.startElement(script, language='javascript') SAX.cdata( if (window.open<max) ;, 28) SAX.endElement(script) -SAX.ignorableWhitespace( +SAX.characters( , 1) SAX.startElement(input, onclick='if(window.open<max);') SAX.endElement(input) -SAX.ignorableWhitespace( +SAX.characters( , 1) SAX.endElement(body) SAX.ignorableWhitespace( |
