gecko-dev/dom/tests/mochitest/webcomponents
Emilio Cobos Álvarez 9509cd7e32 Bug 1453789: Remove Element.createShadowRoot. r=smaug
MozReview-Commit-ID: Hgxbp1Icgvh
2018-04-13 20:51:55 +02:00
..
chrome.ini Backed out changeset 794ee6857d83 (bug 1421070) for 15 failures in toolkit/components/payments/test/mochitest/test_ObservedPropertiesMixin.html on a CLOSED TREE 2018-03-23 03:42:25 +02:00
chrome_disabled.ini Backed out changeset 794ee6857d83 (bug 1421070) for 15 failures in toolkit/components/payments/test/mochitest/test_ObservedPropertiesMixin.html on a CLOSED TREE 2018-03-23 03:42:25 +02:00
dummy_page.html
head.js Bug 1428685 - Use dom.webcomponents.shadowdom.enabled pref for Shadow DOM. r=smaug 2018-01-16 17:16:30 +01:00
htmlconstructor_autonomous_tests.js
htmlconstructor_builtin_tests.js
inert_style.css
mochitest.ini Bug 1446954: Cleanup !stylo and styloVsGecko test expectations. r=xidorn 2018-03-20 11:29:51 +01:00
test_bug900724.html
test_bug1017896.html
test_bug1269155.html Bug 1428685 - Use dom.webcomponents.shadowdom.enabled pref for Shadow DOM. r=smaug 2018-01-16 17:16:30 +01:00
test_bug1276240.html Bug 1400762 - Make dom.webcomponents.enabled pref doesn't control CustomElements feature; r=smaug 2017-11-15 15:41:14 +08:00
test_custom_element_callback_innerhtml.html Bug 1416999 - Remove document.registerElement; r=smaug 2017-11-16 12:23:15 +08:00
test_custom_element_define.html Bug 1416999 - Remove document.registerElement; r=smaug 2017-11-16 12:23:15 +08:00
test_custom_element_define_parser.html Bug 1416999 - Remove document.registerElement; r=smaug 2017-11-16 12:23:15 +08:00
test_custom_element_get.html
test_custom_element_htmlconstructor.html
test_custom_element_htmlconstructor_chrome.html Bug 1432992, part 1 - Remove definitions of Ci, Cr, Cc, and Cu. r=florian 2018-02-06 09:36:57 -08:00
test_custom_element_in_shadow.html Bug 1428685 - Use dom.webcomponents.shadowdom.enabled pref for Shadow DOM. r=smaug 2018-01-16 17:16:30 +01:00
test_custom_element_lifecycle.html Bug 1428244 - Part 2: Set correct oldValue/newValue for the attributeChangedCallback which is fired from style attribute change; r=smaug 2017-12-15 11:52:07 -06:00
test_custom_element_stack.html Bug 1416999 - Remove document.registerElement; r=smaug 2017-11-16 12:23:15 +08:00
test_custom_element_template.html Bug 1416999 - Remove document.registerElement; r=smaug 2017-11-16 12:23:15 +08:00
test_custom_element_throw_on_dynamic_markup_insertion.html Bug 1378079 - Part 3: Complete the steps related to custom elements in "create an element for a token". r=hsivonen,smaug 2017-10-26 14:55:41 +08:00
test_custom_element_uncatchable_exception.html Bug 1407669 - Fix custom element creation hides uncatchable exceptions from the constructor. f=echen, r=bz 2017-11-21 20:46:00 -05:00
test_custom_element_upgrade.html Bug 1299363 - Part 6: Add tests for custom element upgrade. r=wchen 2017-08-13 16:40:49 +08:00
test_custom_element_upgrade_chrome.html Backed out changeset 794ee6857d83 (bug 1421070) for 15 failures in toolkit/components/payments/test/mochitest/test_ObservedPropertiesMixin.html on a CLOSED TREE 2018-03-23 03:42:25 +02:00
test_custom_element_when_defined.html
test_detached_style.html Bug 1428685 - Use dom.webcomponents.shadowdom.enabled pref for Shadow DOM. r=smaug 2018-01-16 17:16:30 +01:00
test_document_adoptnode.html Bug 1428685 - Use dom.webcomponents.shadowdom.enabled pref for Shadow DOM. r=smaug 2018-01-16 17:16:30 +01:00
test_document_importnode.html Bug 1428685 - Use dom.webcomponents.shadowdom.enabled pref for Shadow DOM. r=smaug 2018-01-16 17:16:30 +01:00
test_event_retarget.html Bug 1428685 - Use dom.webcomponents.shadowdom.enabled pref for Shadow DOM. r=smaug 2018-01-16 17:16:30 +01:00
test_event_stopping.html Bug 1428685 - Use dom.webcomponents.shadowdom.enabled pref for Shadow DOM. r=smaug 2018-01-16 17:16:30 +01:00
test_link_prefetch.html
test_shadowroot.html Bug 1428685 - Use dom.webcomponents.shadowdom.enabled pref for Shadow DOM. r=smaug 2018-01-16 17:16:30 +01:00
test_shadowroot_clonenode.html Bug 1428685 - Use dom.webcomponents.shadowdom.enabled pref for Shadow DOM. r=smaug 2018-01-16 17:16:30 +01:00
test_shadowroot_inert_element.html Bug 1428685 - Use dom.webcomponents.shadowdom.enabled pref for Shadow DOM. r=smaug 2018-01-16 17:16:30 +01:00
test_shadowroot_style.html Bug 1438129: Remove ShadowRoot.applyAuthorStyles. r=smaug 2018-02-14 11:41:40 +01:00
test_shadowroot_style_order.html Bug 1428685 - Use dom.webcomponents.shadowdom.enabled pref for Shadow DOM. r=smaug 2018-01-16 17:16:30 +01:00
test_style_fallback_content.html Bug 1428685 - Use dom.webcomponents.shadowdom.enabled pref for Shadow DOM. r=smaug 2018-01-16 17:16:30 +01:00
test_template.html
test_template_xhtml.html
test_upgrade_page.html Bug 1299363 - Part 6: Add tests for custom element upgrade. r=wchen 2017-08-13 16:40:49 +08:00
test_xul_custom_element.xul Bug 1446247 - Pass namespace into IsCustomElementName to allow for non-dashed XUL elements;r=e7358d9c+590837,smaug 2018-03-29 09:34:56 -07:00
upgrade_tests.js Bug 1406325 - Part 5: Implement try to upgrade. f=echen, r=smaug 2017-11-14 19:25:00 +08:00