From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- layout/svg/tests/mochitest.toml | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 layout/svg/tests/mochitest.toml (limited to 'layout/svg/tests/mochitest.toml') diff --git a/layout/svg/tests/mochitest.toml b/layout/svg/tests/mochitest.toml new file mode 100644 index 0000000000..055837f87a --- /dev/null +++ b/layout/svg/tests/mochitest.toml @@ -0,0 +1,40 @@ +[DEFAULT] +support-files = [ + "file_disabled_iframe.html", + "file_context_fill_fallback_red.svg", +] + +["test_bug1544209.html"] + +["test_disabled.html"] + +["test_embed_sizing.html"] +support-files = [ + "file_embed_sizing_none.svg", + "file_embed_sizing_size.svg", + "file_embed_sizing_ratio.svg", + "file_embed_sizing_both.svg", +] +skip-if = [ + "http3", + "http2", +] + +["test_filter_crossorigin.html"] +support-files = [ + "filters.svg", + "file_filter_crossorigin.svg", + "file_black_yellow.svg", + "file_yellow_black.svg", +] +# Bug 1617611: Fix all the tests broken by "cookies SameSite=lax by default" +skip-if = [ + "xorigin", + "os == 'linux' && bits == 64", #Bug 1642198 +] + +["test_hover_near_text.html"] + +["test_multiple_font_size.html"] + +["test_use_tree_cycle.html"] -- cgit v1.2.3