summaryrefslogtreecommitdiffstats
path: root/dom/svg/test/mochitest.toml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
commit26a029d407be480d791972afb5975cf62c9360a6 (patch)
treef435a8308119effd964b339f76abb83a57c29483 /dom/svg/test/mochitest.toml
parentInitial commit. (diff)
downloadfirefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz
firefox-26a029d407be480d791972afb5975cf62c9360a6.zip
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'dom/svg/test/mochitest.toml')
-rw-r--r--dom/svg/test/mochitest.toml189
1 files changed, 189 insertions, 0 deletions
diff --git a/dom/svg/test/mochitest.toml b/dom/svg/test/mochitest.toml
new file mode 100644
index 0000000000..ac97923860
--- /dev/null
+++ b/dom/svg/test/mochitest.toml
@@ -0,0 +1,189 @@
+[DEFAULT]
+prefs = ["dom.svg.pathSeg.enabled=true"]
+support-files = [
+ "MutationEventChecker.js",
+ "a_href_destination.svg",
+ "a_href_helper_01.svg",
+ "a_href_helper_02_03.svg",
+ "a_href_helper_04.svg",
+ "a_href_helper_05.svg",
+ "a_href_helper_06.svg",
+ "a_href_helper_07.svg",
+ "animated-svg-image-helper.html",
+ "animated-svg-image-helper.svg",
+ "bbox-helper.svg",
+ "bounds-helper.svg",
+ "dataTypes-helper.svg",
+ "fragments-helper.svg",
+ "getBBox-method-helper.svg",
+ "getCTM-helper.svg",
+ "getSubStringLength-helper.svg",
+ "matrixUtils.js",
+ "object-delayed-intrinsic-size.sjs",
+ "pointer-events.js",
+ "scientific-helper.svg",
+ "selectSubString-helper.svg",
+ "switch-helper.svg",
+ "text-helper-scaled.svg",
+ "text-helper-selection.svg",
+ "text-helper.svg",
+ "viewport-helper.svg",
+]
+
+["test_SVGLengthList-2.xhtml"]
+
+["test_SVGLengthList.xhtml"]
+
+["test_SVGMatrix.xhtml"]
+
+["test_SVGNumberList.xhtml"]
+
+["test_SVGPointList.xhtml"]
+
+["test_SVGStringList.xhtml"]
+
+["test_SVGStyleElement.xhtml"]
+
+["test_SVGTransformList.xhtml"]
+
+["test_SVGTransformListAddition.xhtml"]
+
+["test_SVG_namespace_ids.html"]
+
+["test_SVGxxxList.xhtml"]
+
+["test_SVGxxxListIndexing.xhtml"]
+
+["test_a_href_01.xhtml"]
+
+["test_a_href_02.xhtml"]
+
+["test_animLengthObjectIdentity.xhtml"]
+
+["test_animLengthReadonly.xhtml"]
+
+["test_animLengthUnits.xhtml"]
+
+["test_bbox-changes.xhtml"]
+
+["test_bbox-with-invalid-viewBox.xhtml"]
+
+["test_bbox.xhtml"]
+
+["test_bounds.html"]
+
+["test_bug872812.html"]
+
+["test_bug1426594.html"]
+
+["test_dataTypes.html"]
+
+["test_dataTypesModEvents.html"]
+
+["test_fragments.html"]
+
+["test_getBBox-method.html"]
+
+["test_getCTM.html"]
+
+["test_getElementById.xhtml"]
+
+["test_getPathSegListAtLength_with_d_property.html"]
+
+["test_getSubStringLength.xhtml"]
+
+["test_getTotalLength.xhtml"]
+
+["test_hit-testing-and-viewbox.xhtml"]
+
+["test_lang.xhtml"]
+skip-if = ["true"] # disabled-for-intermittent-failures--bug-701060
+
+["test_length.xhtml"]
+
+["test_lengthParsing.html"]
+
+["test_markerOrient.xhtml"]
+
+["test_non-scaling-stroke.html"]
+
+["test_nonAnimStrings.xhtml"]
+
+["test_object-delayed-intrinsic-size.html"]
+
+["test_onerror.xhtml"]
+
+["test_onload.xhtml"]
+
+["test_onload2.xhtml"]
+
+["test_pairParsing.html"]
+
+["test_pathAnimInterpolation.xhtml"]
+skip-if = ["true"] # We need to polyfill the SVG DOM for path data
+
+["test_pointAtLength.xhtml"]
+
+["test_pointer-events-1a.xhtml"]
+
+["test_pointer-events-1b.xhtml"]
+
+["test_pointer-events-2.xhtml"]
+
+["test_pointer-events-3.xhtml"]
+
+["test_pointer-events-4.xhtml"]
+
+["test_pointer-events-6.xhtml"]
+
+["test_pointer-events-7.xhtml"]
+
+["test_scientific.html"]
+
+["test_selectSubString.xhtml"]
+
+["test_stroke-hit-testing.xhtml"]
+
+["test_stroke-linecap-hit-testing.xhtml"]
+
+["test_style_sheet.html"]
+
+["test_switch.xhtml"]
+
+["test_tabindex.html"]
+
+["test_tearoff_with_cc.html"]
+support-files = ["tearoff_with_cc_helper.html"]
+
+["test_text.html"]
+
+["test_text_2.html"]
+
+["test_text_dirty.html"]
+
+["test_text_lengthAdjust.html"]
+
+["test_text_scaled.html"]
+
+["test_text_selection.html"]
+
+["test_text_update.html"]
+
+["test_transform.xhtml"]
+
+["test_transformParsing.html"]
+
+["test_use_with_hsts.html"]
+support-files = [
+ "use-with-hsts-helper.html",
+ "use-with-hsts-helper.html^headers^",
+]
+scheme = "https"
+
+["test_valueAsString.xhtml"]
+
+["test_valueLeaks.xhtml"]
+
+["test_viewBox.html"]
+
+["test_viewport.html"]