1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/toolkit/content/tests/browser/browser.ini Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,24 @@ 1.4 +[DEFAULT] 1.5 + 1.6 +[browser_autoscroll_disabled.js] 1.7 +skip-if = e10s # Bug ?????? - test touches content (getElementById on the content document) 1.8 +[browser_browserDrop.js] 1.9 +[browser_bug295977_autoscroll_overflow.js] 1.10 +skip-if = e10s # Bug 921935 - focusmanager issues with e10s 1.11 +[browser_bug594509.js] 1.12 +skip-if = e10s # Bug ?????? - intermittent crash of child process reported when run under e10s 1.13 +[browser_bug982298.js] 1.14 +[browser_default_image_filename.js] 1.15 +skip-if = e10s # Bug 933103 - mochitest's EventUtils.synthesizeMouse functions not e10s friendly 1.16 +[browser_findbar.js] 1.17 +skip-if = e10s # Disabled for e10s: Bug ?????? - seems to be a timing issue with RemoteFinder.jsm messages coming later than the tests expect. 1.18 +[browser_input_file_tooltips.js] 1.19 +skip-if = e10s # Bug ?????? - test directly manipulates content (TypeError: doc.createElement is not a function) 1.20 +[browser_keyevents_during_autoscrolling.js] 1.21 +skip-if = e10s # Bug 921935 - focusmanager issues with e10s 1.22 +[browser_save_resend_postdata.js] 1.23 +support-files = 1.24 + common/mockTransfer.js 1.25 + data/post_form_inner.sjs 1.26 + data/post_form_outer.sjs 1.27 +skip-if = e10s # Bug ?????? - test directly manipulates content (gBrowser.contentDocument.getElementById("postForm").submit();)