toolkit/content/tests/browser/browser.ini

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     1 [DEFAULT]
     3 [browser_autoscroll_disabled.js]
     4 skip-if = e10s # Bug ?????? - test touches content (getElementById on the content document)
     5 [browser_browserDrop.js]
     6 [browser_bug295977_autoscroll_overflow.js]
     7 skip-if = e10s # Bug 921935 - focusmanager issues with e10s
     8 [browser_bug594509.js]
     9 skip-if = e10s # Bug ?????? - intermittent crash of child process reported when run under e10s
    10 [browser_bug982298.js]
    11 [browser_default_image_filename.js]
    12 skip-if = e10s # Bug 933103 - mochitest's EventUtils.synthesizeMouse functions not e10s friendly
    13 [browser_findbar.js]
    14 skip-if = e10s # Disabled for e10s: Bug ?????? - seems to be a timing issue with RemoteFinder.jsm messages coming later than the tests expect.
    15 [browser_input_file_tooltips.js]
    16 skip-if = e10s # Bug ?????? - test directly manipulates content (TypeError: doc.createElement is not a function)
    17 [browser_keyevents_during_autoscrolling.js]
    18 skip-if = e10s # Bug 921935 - focusmanager issues with e10s
    19 [browser_save_resend_postdata.js]
    20 support-files =
    21   common/mockTransfer.js
    22   data/post_form_inner.sjs
    23   data/post_form_outer.sjs
    24 skip-if = e10s # Bug ?????? - test directly manipulates content (gBrowser.contentDocument.getElementById("postForm").submit();)

mercurial