From 7d18edc5bfbb2a70840072d05da9b314274cf21d Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 7 Jul 2012 22:21:26 +0100 Subject: HTML{{,Button,Select,Form}Element,Document,Element,{,Options}Collection}: Make buttons work and forms contain their correct buttons --- test/DOMTSHandler.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/DOMTSHandler.pm') 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 *", ); -- cgit v1.2.3