Bug 1407669 - Fix custom element creation hides uncatchable exceptions from the constructor.

Tag UXP Issue #1344
This commit is contained in:
Gaming4JC 2020-01-22 21:39:34 -05:00 committed by Roy Tam
commit f64c7135b4
3 changed files with 40 additions and 0 deletions

View file

@ -21,6 +21,8 @@ skip-if = true || stylo # disabled - See bug 1390396 and 1293844
[test_custom_element_throw_on_dynamic_markup_insertion.html]
[test_custom_element_get.html]
[test_custom_element_when_defined.html]
[test_custom_element_uncatchable_exception.html]
skip-if = !debug # TestFunctions only applied in debug builds
[test_nested_content_element.html]
[test_dest_insertion_points.html]
[test_dest_insertion_points_shadow.html]