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
commit7d18edc5bfbb2a70840072d05da9b314274cf21d (patch)
tree43d10c947692a85d7b40973ae77bd0f0c968cff4 /test/DOMTSHandler.pm
parentc68390df675dc6d5799b30a139151382805ebde9 (diff)
downloadlibdom-7d18edc5bfbb2a70840072d05da9b314274cf21d.tar.gz
libdom-7d18edc5bfbb2a70840072d05da9b314274cf21d.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 *",
);