summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-10-23 13:17:35 +0100
committerVincent Sanders <vince@kyllikki.org>2015-10-23 15:31:56 +0100
commit4debc033dec4d702a0666027c2a09044d02aacc8 (patch)
treeee227cf5e31a1c40c8e7854e155b50426d330e91 /test
parent89fe0e619357ddf707a2d301794b9ceb928a7836 (diff)
downloadlibdom-4debc033dec4d702a0666027c2a09044d02aacc8.tar.gz
libdom-4debc033dec4d702a0666027c2a09044d02aacc8.tar.bz2
Make HTMLDList IDL to c name mapping consistant
Diffstat (limited to 'test')
-rw-r--r--test/DOMTSHandler.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/DOMTSHandler.pm b/test/DOMTSHandler.pm
index a5081dd..55f30bc 100644
--- a/test/DOMTSHandler.pm
+++ b/test/DOMTSHandler.pm
@@ -67,6 +67,7 @@ our %special_prefix = (
HTMLIsIndexElement => "dom_html_isindex_element",
HTMLIFrameElement => "dom_html_iframe_element",
HTMLOListElement => "dom_html_olist_element",
+ HTMLDListElement => "dom_html_dlist_element",
caption => "dom_html_table_caption_element *",
section => "dom_html_table_section_element *",
createCaption => "dom_html_element *",