summaryrefslogtreecommitdiff
path: root/test/DOMTSHandler.pm
diff options
context:
space:
mode:
authorrsk1994 <rsk1coder99@gmail.com>2014-05-21 12:16:24 +0530
committerRupinder Singh Khokhar <rsk1coder99@gmail.com>2014-06-11 04:27:10 +0530
commitca30ba7de4c3b0b17a61e1f07032575a01f2cd25 (patch)
tree54a84eeed5201b0fef2a90ee1997dd848468a1fa /test/DOMTSHandler.pm
parent16ceb174a3eca4e93f9ecc72296332b1d6ceba60 (diff)
downloadlibdom-ca30ba7de4c3b0b17a61e1f07032575a01f2cd25.tar.gz
libdom-ca30ba7de4c3b0b17a61e1f07032575a01f2cd25.tar.bz2
TableSection Element Rev.1
Diffstat (limited to 'test/DOMTSHandler.pm')
-rw-r--r--test/DOMTSHandler.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/DOMTSHandler.pm b/test/DOMTSHandler.pm
index 6dfaae9..78d5e7e 100644
--- a/test/DOMTSHandler.pm
+++ b/test/DOMTSHandler.pm
@@ -43,6 +43,7 @@ our %special_type = (
CharacterData => "dom_characterdata *",
CDATASection => "dom_cdata_section *",
HTMLAnchorElement => "dom_html_anchor_element *",
+ HTMLElement => "dom_html_element *",
);
our %special_prefix = (
DOMString => "dom_string",