mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-03 21:11:07 +00:00
29 lines
1.3 KiB
INI
29 lines
1.3 KiB
INI
[DEFAULT]
|
|
support-files = head.js
|
|
[browser_autoscroll_disabled.js]
|
|
skip-if = e10s # Bug ?????? - test touches content (getElementById on the content document)
|
|
[browser_browserDrop.js]
|
|
skip-if = buildapp == 'mulet'
|
|
[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]
|
|
skip-if = e10s # Bug 1064580
|
|
[browser_default_image_filename.js]
|
|
skip-if = e10s # Bug 933103 - mochitest's EventUtils.synthesizeMouse functions not e10s friendly
|
|
[browser_f7_caret_browsing.js]
|
|
skip-if = e10s
|
|
[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();)
|