summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/DOMTSHandler.pm4
-rw-r--r--test/testcases/tests/level1/html/HTMLFormElement01.xml (renamed from test/testcases/tests/level1/html/HTMLFormElement01.xml.kfail)0
2 files changed, 4 insertions, 0 deletions
diff --git a/test/DOMTSHandler.pm b/test/DOMTSHandler.pm
index 37f6166..6545332 100644
--- a/test/DOMTSHandler.pm
+++ b/test/DOMTSHandler.pm
@@ -38,6 +38,7 @@ our %special_type = (
DOMImplementation => "dom_implementation *",
NamedNodeMap => "dom_namednodemap *",
NodeList => "dom_nodelist *",
+ HTMLCollection => "dom_html_collection *",
CharacterData => "dom_characterdata *",
CDATASection => "dom_cdata_section *",
);
@@ -46,6 +47,7 @@ our %special_prefix = (
DOMImplementation => "dom_implementation",
NamedNodeMap => "dom_namednodemap",
NodeList => "dom_nodelist",
+ HTMLCollection => "dom_html_collection",
CharacterData => "dom_characterdata",
CDATASection => "dom_cdata_section *",
);
@@ -54,6 +56,7 @@ our %unref_prefix = (
DOMString => "dom_string",
NamedNodeMap => "dom_namednodemap",
NodeList => "dom_nodelist",
+ HTMLCollection => "dom_html_collection",
);
our %special_method = (
@@ -79,6 +82,7 @@ our %override_suffix = (
DOMImplementation => "domimplementation",
NamedNodeMap => "domnamednodemap",
NodeList => "domnodelist",
+ HTMLCollection => "domhtmlcollection",
Collection => "list",
List => "list",
);
diff --git a/test/testcases/tests/level1/html/HTMLFormElement01.xml.kfail b/test/testcases/tests/level1/html/HTMLFormElement01.xml
index 057fac5..057fac5 100644
--- a/test/testcases/tests/level1/html/HTMLFormElement01.xml.kfail
+++ b/test/testcases/tests/level1/html/HTMLFormElement01.xml