mochitest.toml (1927B)
1 [DEFAULT] 2 support-files = [ 3 "inert_style.css", 4 "dummy_page.html", 5 "head.js", 6 ] 7 8 ["test_bug900724.html"] 9 10 ["test_bug1017896.html"] 11 12 ["test_bug1269155.html"] 13 14 ["test_bug1276240.html"] 15 16 ["test_custom_element_callback_innerhtml.html"] 17 18 ["test_custom_element_define.html"] 19 20 ["test_custom_element_define_parser.html"] 21 22 ["test_custom_element_get.html"] 23 24 ["test_custom_element_htmlconstructor.html"] 25 support-files = [ 26 "htmlconstructor_autonomous_tests.js", 27 "htmlconstructor_builtin_tests.js", 28 ] 29 30 ["test_custom_element_in_shadow.html"] 31 32 ["test_custom_element_lifecycle.html"] 33 34 ["test_custom_element_set_element_creation_callback.html"] 35 36 ["test_custom_element_stack.html"] 37 38 ["test_custom_element_template.html"] 39 40 ["test_custom_element_throw_on_dynamic_markup_insertion.html"] 41 42 ["test_custom_element_uncatchable_exception.html"] 43 run-if = [ 44 "debug", # TestFunctions only applied in debug builds 45 ] 46 47 ["test_custom_element_upgrade.html"] 48 support-files = [ 49 "test_upgrade_page.html", 50 "upgrade_tests.js", 51 ] 52 53 ["test_custom_element_when_defined.html"] 54 55 ["test_declarative_shadowdom_failure_log.html"] 56 57 ["test_detached_style.html"] 58 59 ["test_document_adoptnode.html"] 60 61 ["test_document_importnode.html"] 62 63 ["test_event_composed.html"] 64 65 ["test_event_retarget.html"] 66 67 ["test_link_prefetch.html"] 68 69 ["test_shadowdom_active_pseudo_class.html"] 70 support-files = ["!/gfx/layers/apz/test/mochitest/apz_test_utils.js"] 71 skip-if = [ 72 "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && ccov && xorigin", 73 ] 74 75 ["test_shadowdom_ime.html"] 76 skip-if = [ 77 "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && ccov && xorigin", 78 ] 79 80 ["test_shadowroot.html"] 81 82 ["test_shadowroot_clonenode.html"] 83 84 ["test_shadowroot_inert_element.html"] 85 86 ["test_shadowroot_style.html"] 87 88 ["test_shadowroot_style_order.html"] 89 90 ["test_style_fallback_content.html"] 91 92 ["test_template.html"] 93 94 ["test_template_xhtml.html"]