summaryrefslogtreecommitdiff
path: root/test/data/html/INDEX
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-03-09 10:58:50 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-03-09 10:58:50 +0000
commitfb097fc6e5e031c38cf9d81275559928064cd42e (patch)
treebe43dcec0391dfc30ab5e6c7208f64da92b3cb9c /test/data/html/INDEX
parent6f65edee6a62cad9cae26371663100f6dba70048 (diff)
downloadlibhubbub-fb097fc6e5e031c38cf9d81275559928064cd42e.tar.gz
libhubbub-fb097fc6e5e031c38cf9d81275559928064cd42e.tar.bz2
Fix bug 2673645
<form><option>foo</option></form> => abort. svn path=/trunk/hubbub/; revision=6746
Diffstat (limited to 'test/data/html/INDEX')
-rw-r--r--test/data/html/INDEX2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/data/html/INDEX b/test/data/html/INDEX
index 8021e29..76f9a2e 100644
--- a/test/data/html/INDEX
+++ b/test/data/html/INDEX
@@ -19,4 +19,4 @@ ccr.coriell.org.html Segfault page (fixed in r5106).
wbh.co.uk.html Segfault in treebuilder (fixed in r5125).
www.directline.com.html Segfault in current_node()
www.hanazonohifuku.com.html Abort in token emitter (fixed in r5146).
-DocumentIndex.jsp Abort in element pop (no nodes in stack)
+DocumentIndex.jsp Abort in generic end tag handling (fixed in r6746).