mochitest.toml (819B)
1 [DEFAULT] 2 support-files = [ 3 "file_disabled_iframe.html", 4 "file_context_fill_fallback_red.svg", 5 ] 6 7 ["test_bug1544209.html"] 8 9 ["test_disabled.html"] 10 11 ["test_embed_sizing.html"] 12 support-files = [ 13 "file_embed_sizing_none.svg", 14 "file_embed_sizing_size.svg", 15 "file_embed_sizing_ratio.svg", 16 "file_embed_sizing_both.svg", 17 ] 18 skip-if = [ 19 "http2", 20 "http3", 21 ] 22 23 ["test_filter_crossorigin.html"] 24 support-files = [ 25 "filters.svg", 26 "file_filter_crossorigin.svg", 27 "file_black_yellow.svg", 28 "file_yellow_black.svg", 29 ] 30 # Bug 1617611: Fix all the tests broken by "cookies SameSite=lax by default" 31 skip-if = [ 32 "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11'", # Bug 1642198 33 "xorigin", 34 ] 35 36 ["test_hover_near_text.html"] 37 38 ["test_multiple_font_size.html"] 39 40 ["test_use_tree_cycle.html"]