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-21 17:37:15 +0530
commit45a19586c0e59f476bccb53dd7e9b759017e38fe (patch)
tree079e1003ad483a47f9a61b9b5b43a5320fa278d6 /test/DOMTSHandler.pm
parent826ce26fa1f8fbc54fec9aa1920dc987bb7bcf83 (diff)
downloadlibdom-45a19586c0e59f476bccb53dd7e9b759017e38fe.tar.gz
libdom-45a19586c0e59f476bccb53dd7e9b759017e38fe.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 *",