summaryrefslogtreecommitdiff
path: root/test/DOMTSHandler.pm
diff options
context:
space:
mode:
authorrsk1994 <rsk1coder99@gmail.com>2014-05-14 05:32:09 +0530
committerRupinder Singh Khokhar <rsk1coder99@gmail.com>2014-06-11 04:27:06 +0530
commit8e45e8ddbec0eb239f780254d5658160ecb0387c (patch)
treeeba61ab5c7802034d6673532c4c40230f020943f /test/DOMTSHandler.pm
parent76fa6b3589c3ee19db20201ab072d6907e84390b (diff)
downloadlibdom-8e45e8ddbec0eb239f780254d5658160ecb0387c.tar.gz
libdom-8e45e8ddbec0eb239f780254d5658160ecb0387c.tar.bz2
Anchor <a> element
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 f1ed1d4..645e841 100644
--- a/test/DOMTSHandler.pm
+++ b/test/DOMTSHandler.pm
@@ -42,6 +42,7 @@ our %special_type = (
HTMLFormElement => "dom_html_form_element *",
CharacterData => "dom_characterdata *",
CDATASection => "dom_cdata_section *",
+ HTMLAnchorElement => "dom_html_anchor_element *",
);
our %special_prefix = (
DOMString => "dom_string",