mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 09:57:32 +09:00
Bug 1274159 - Part 4: Add test cases for HTMLConstructor;
Tag UXP Issue #1344
This commit is contained in:
parent
af9931215b
commit
d76a336cd0
8 changed files with 437 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
[DEFAULT]
|
||||
support-files =
|
||||
inert_style.css
|
||||
dummy_page.html
|
||||
|
||||
[test_bug900724.html]
|
||||
[test_bug1017896.html]
|
||||
|
|
@ -11,6 +12,11 @@ support-files =
|
|||
[test_custom_element_callback_innerhtml.html]
|
||||
[test_custom_element_clone_callbacks.html]
|
||||
[test_custom_element_clone_callbacks_extended.html]
|
||||
[test_custom_element_htmlconstructor.html]
|
||||
skip-if = os == 'android' # bug 1323645
|
||||
support-files =
|
||||
htmlconstructor_autonomous_tests.js
|
||||
htmlconstructor_builtin_tests.js
|
||||
[test_custom_element_import_node_created_callback.html]
|
||||
[test_custom_element_in_shadow.html]
|
||||
[test_custom_element_register_invalid_callbacks.html]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue