diff options
author | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
---|---|---|
committer | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
commit | 5f8de423f190bbb79a62f804151bc24824fa32d8 (patch) | |
tree | 10027f336435511475e392454359edea8e25895d /dom/tests/mochitest/webcomponents/mochitest.ini | |
parent | 49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff) | |
download | UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip |
Add m-esr52 at 52.6.0
Diffstat (limited to 'dom/tests/mochitest/webcomponents/mochitest.ini')
-rw-r--r-- | dom/tests/mochitest/webcomponents/mochitest.ini | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/dom/tests/mochitest/webcomponents/mochitest.ini b/dom/tests/mochitest/webcomponents/mochitest.ini new file mode 100644 index 000000000..496f7ea4d --- /dev/null +++ b/dom/tests/mochitest/webcomponents/mochitest.ini @@ -0,0 +1,48 @@ +[DEFAULT] +support-files = + inert_style.css + +[test_bug900724.html] +[test_bug1017896.html] +[test_bug1176757.html] +[test_bug1276240.html] +[test_content_element.html] +[test_custom_element_adopt_callbacks.html] +[test_custom_element_callback_innerhtml.html] +[test_custom_element_clone_callbacks.html] +[test_custom_element_clone_callbacks_extended.html] +[test_custom_element_import_node_created_callback.html] +[test_custom_element_in_shadow.html] +[test_custom_element_register_invalid_callbacks.html] +[test_custom_element_get.html] +[test_custom_element_when_defined.html] +[test_nested_content_element.html] +[test_dest_insertion_points.html] +[test_dest_insertion_points_shadow.html] +[test_fallback_dest_insertion_points.html] +[test_detached_style.html] +[test_dynamic_content_element_matching.html] +[test_document_adoptnode.html] +[test_document_importnode.html] +[test_document_register.html] +[test_document_register_base_queue.html] +[test_document_register_lifecycle.html] +[test_document_register_parser.html] +[test_document_register_stack.html] +[test_document_shared_registry.html] +[test_event_dispatch.html] +[test_event_retarget.html] +[test_event_stopping.html] +[test_template.html] +[test_template_xhtml.html] +[test_template_custom_elements.html] +[test_shadowroot.html] +[test_shadowroot_inert_element.html] +[test_shadowroot_host.html] +[test_shadowroot_style.html] +[test_shadowroot_style_multiple_shadow.html] +[test_shadowroot_style_order.html] +[test_shadowroot_youngershadowroot.html] +[test_style_fallback_content.html] +[test_unresolved_pseudo_class.html] +[test_link_prefetch.html] |