summaryrefslogtreecommitdiff
path: root/test/DOMTSHandler.pm
diff options
context:
space:
mode:
authorrsk1994 <rsk1coder99@gmail.com>2014-06-06 06:19:49 +0530
committerRupinder Singh Khokhar <rsk1coder99@gmail.com>2014-06-11 04:27:13 +0530
commitc7f3d0def9dc71deb135b5afedcddac1c92b9c3e (patch)
tree00783ed67ba80affe06ab3f182296b268c1ec52a /test/DOMTSHandler.pm
parenteb735d3cd022b9fc8284b2e86570a8db5854d56a (diff)
downloadlibdom-c7f3d0def9dc71deb135b5afedcddac1c92b9c3e.tar.gz
libdom-c7f3d0def9dc71deb135b5afedcddac1c92b9c3e.tar.bz2
IFrame 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 ee9298c..304ac29 100644
--- a/test/DOMTSHandler.pm
+++ b/test/DOMTSHandler.pm
@@ -64,6 +64,7 @@ our %special_prefix = (
HTMLTableCaptionElement => "dom_html_table_caption_element",
HTMLTableSectionElement => "dom_html_table_section_element",
HTMLIsIndexElement => "dom_html_isindex_element",
+ HTMLIFrameElement => "dom_html_iframe_element",
caption => "dom_html_table_caption_element *",
section => "dom_html_table_section_element *",
createCaption => "dom_html_element *",