diff options
Diffstat (limited to 'layout/base/tests/browser.ini')
-rw-r--r-- | layout/base/tests/browser.ini | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/layout/base/tests/browser.ini b/layout/base/tests/browser.ini new file mode 100644 index 0000000000..a05e516f40 --- /dev/null +++ b/layout/base/tests/browser.ini @@ -0,0 +1,36 @@ +[browser_bug617076.js] +[browser_bug839103.js] +support-files = + file_bug839103.html + bug839103.css +[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') || (os == 'win' && os_version != '6.1' && processor == 'x86_64')) && debug) +[browser_bug1787079.js] +run-if = ((os == 'win' && os_version != '6.1' && processor == 'x86_64') && debug) +[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_visual_viewport_iframe.js] +support-files = + test_visual_viewport_in_oopif.html + visual_viewport_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_bug1791083.js] +skip-if = !sessionHistoryInParent |