diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
commit | 36d22d82aa202bb199967e9512281e9a53db42c9 (patch) | |
tree | 105e8c98ddea1c1e4784a60a5a6410fa416be2de /layout/inspector/tests/mochitest.ini | |
parent | Initial commit. (diff) | |
download | firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.tar.xz firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.zip |
Adding upstream version 115.7.0esr.upstream/115.7.0esrupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'layout/inspector/tests/mochitest.ini')
-rw-r--r-- | layout/inspector/tests/mochitest.ini | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/layout/inspector/tests/mochitest.ini b/layout/inspector/tests/mochitest.ini new file mode 100644 index 0000000000..a0956f82fe --- /dev/null +++ b/layout/inspector/tests/mochitest.ini @@ -0,0 +1,42 @@ +[DEFAULT] +prefs = + layout.css.constructable-stylesheets.enabled=true +support-files = + bug1202095.css + bug1202095-2.css + bug856317.css + file_bug522601.html + +[test_bug462787.html] +[test_bug462789.html] +[test_bug522601-shadow.xhtml] +[test_bug536379.html] +[test_bug536379-2.html] +[test_bug557726.html] +[test_bug609549-shadow.xhtml] +[test_bug856317.html] +[test_bug877690.html] +[test_bug1006595.html] +[test_color_to_rgba.html] +[test_containing_block_of.html] +[test_css_property_is_shorthand.html] +[test_getCSSStyleRules.html] +support-files = + file_getCSSStyleRules-default.html + file_getCSSStyleRules-alternate.html + getCSSStyleRules-1.css + getCSSStyleRules-2.css +[test_getCSSStyleRules_pseudo.html] +[test_getCSSStyleRules_slotted.html] +[test_getCSSPseudoElementNames.html] +[test_getRelativeRuleLine.html] +[test_get_all_style_sheets.html] +[test_is_element_themed.html] +skip-if = os == 'android' +[test_is_valid_css_color.html] +[test_isinheritableproperty.html] +[test_parseStyleSheet.html] +[test_parseStyleSheetImport.html] +[test_rgba_to_color_name.html] +[test_selectormatcheselement.html] +[test_supports.html] |