diff -r 000000000000 -r 6474c204b198 toolkit/content/tests/browser/browser.ini --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/toolkit/content/tests/browser/browser.ini Wed Dec 31 06:09:35 2014 +0100 @@ -0,0 +1,24 @@ +[DEFAULT] + +[browser_autoscroll_disabled.js] +skip-if = e10s # Bug ?????? - test touches content (getElementById on the content document) +[browser_browserDrop.js] +[browser_bug295977_autoscroll_overflow.js] +skip-if = e10s # Bug 921935 - focusmanager issues with e10s +[browser_bug594509.js] +skip-if = e10s # Bug ?????? - intermittent crash of child process reported when run under e10s +[browser_bug982298.js] +[browser_default_image_filename.js] +skip-if = e10s # Bug 933103 - mochitest's EventUtils.synthesizeMouse functions not e10s friendly +[browser_findbar.js] +skip-if = e10s # Disabled for e10s: Bug ?????? - seems to be a timing issue with RemoteFinder.jsm messages coming later than the tests expect. +[browser_input_file_tooltips.js] +skip-if = e10s # Bug ?????? - test directly manipulates content (TypeError: doc.createElement is not a function) +[browser_keyevents_during_autoscrolling.js] +skip-if = e10s # Bug 921935 - focusmanager issues with e10s +[browser_save_resend_postdata.js] +support-files = + common/mockTransfer.js + data/post_form_inner.sjs + data/post_form_outer.sjs +skip-if = e10s # Bug ?????? - test directly manipulates content (gBrowser.contentDocument.getElementById("postForm").submit();)