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-21 17:37:13 +0530
commite068e60c5683853d0315e0df8ed045358d97b225 (patch)
tree0a62c931040f1751f8e5e92eb40d133f71971d33 /test/DOMTSHandler.pm
parent76afb23db48e718c4a2e6841f9b6ab2e795b4fd4 (diff)
downloadlibdom-e068e60c5683853d0315e0df8ed045358d97b225.tar.gz
libdom-e068e60c5683853d0315e0df8ed045358d97b225.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",