summaryrefslogtreecommitdiff
path: root/test/DOMTSHandler.pm
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2012-07-07 22:21:26 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2012-07-07 22:21:26 +0100
commit146bda077e00e3feffc3748af681f10494fc9c5c (patch)
tree43d10c947692a85d7b40973ae77bd0f0c968cff4 /test/DOMTSHandler.pm
parent50d83f430d109472dee45910851275fe189b0fdb (diff)
downloadlibdom-146bda077e00e3feffc3748af681f10494fc9c5c.tar.gz
libdom-146bda077e00e3feffc3748af681f10494fc9c5c.tar.bz2
HTML{{,Button,Select,Form}Element,Document,Element,{,Options}Collection}: Make buttons work and forms contain their correct buttons
Diffstat (limited to 'test/DOMTSHandler.pm')
-rw-r--r--test/DOMTSHandler.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/DOMTSHandler.pm b/test/DOMTSHandler.pm
index 65efff3..890a8ff 100644
--- a/test/DOMTSHandler.pm
+++ b/test/DOMTSHandler.pm
@@ -39,6 +39,7 @@ our %special_type = (
NamedNodeMap => "dom_namednodemap *",
NodeList => "dom_nodelist *",
HTMLCollection => "dom_html_collection *",
+ HTMLFormElement => "dom_html_form_element *",
CharacterData => "dom_characterdata *",
CDATASection => "dom_cdata_section *",
);
@@ -48,6 +49,7 @@ our %special_prefix = (
NamedNodeMap => "dom_namednodemap",
NodeList => "dom_nodelist",
HTMLCollection => "dom_html_collection",
+ HTMLFormElement => "dom_html_form_element",
CharacterData => "dom_characterdata",
CDATASection => "dom_cdata_section *",
);