diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
commit | 26a029d407be480d791972afb5975cf62c9360a6 (patch) | |
tree | f435a8308119effd964b339f76abb83a57c29483 /layout/base/tests/browser.toml | |
parent | Initial commit. (diff) | |
download | firefox-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 'layout/base/tests/browser.toml')
-rw-r--r-- | layout/base/tests/browser.toml | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/layout/base/tests/browser.toml b/layout/base/tests/browser.toml new file mode 100644 index 0000000000..a5b279145f --- /dev/null +++ b/layout/base/tests/browser.toml @@ -0,0 +1,61 @@ +[DEFAULT] +prefs = [ + "layout.css.properties-and-values.enabled=true", +] + +["browser_bug617076.js"] + +["browser_bug1701027-1.js"] +support-files = ["helper_bug1701027-1.html"] + +["browser_bug1701027-2.js"] +support-files = ["helper_bug1701027-2.html"] + +["browser_bug1757410.js"] +run-if = [ + "os == 'mac' && debug", + "os == 'win' && processor == 'x86_64' && debug" +] + +["browser_bug1787079.js"] +run-if = ["os == 'win' && processor == 'x86_64' && debug"] + +["browser_bug1791083.js"] +skip-if = ["!sessionHistoryInParent"] + +["browser_css_registered_property.js"] + +["browser_disableDialogs_onbeforeunload.js"] + +["browser_onbeforeunload_only_after_interaction.js"] + +["browser_onbeforeunload_only_after_interaction_in_frame.js"] + +["browser_scroll_into_view_in_out_of_process_iframe.js"] +support-files = [ + "test_scroll_into_view_in_oopif.html", + "scroll_into_view_in_child.html" +] + +["browser_select_popup_position_in_out_of_process_iframe.js"] +skip-if = [ + "verify && (os == 'mac')", # bug 1627874 + "apple_silicon", # Disabled due to bleedover with other tests when run in regular suites; passes in "failures" jobs + "os == 'linux' && socketprocess_networking && fission && !debug", +] # high frequency intermittent +support-files = [ + "!/gfx/layers/apz/test/mochitest/apz_test_native_event_utils.js", + "!/browser/base/content/test/forms/head.js" +] + +["browser_stylesheet_change_events.js"] +support-files = [ + "file_stylesheet_change_events.html", + "stylesheet_change_events.css" +] + +["browser_visual_viewport_iframe.js"] +support-files = [ + "test_visual_viewport_in_oopif.html", + "visual_viewport_in_child.html" +] |