dom/imptests/editing/mochitest.ini

Tue, 06 Jan 2015 21:39:09 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 06 Jan 2015 21:39:09 +0100
branch
TOR_BUG_9701
changeset 8
97036ab72558
permissions
-rw-r--r--

Conditionally force memory storage according to privacy.thirdparty.isolate;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.

     1 # THIS FILE IS AUTOGENERATED BY importTestsuite.py - DO NOT EDIT
     2 [DEFAULT]
     3 support-files =
     4   conformancetest/data.js
     5   css/reset.css
     6   implementation.js
     7   selecttest/common.js
     8   selecttest/test-iframe.html
     9   tests.js
    11 [conformancetest/test_event.html]
    12 [conformancetest/test_runtest.html]
    13 skip-if = (toolkit == 'android') || (buildapp == 'b2g') #b2g(takes too long) b2g-debug(takes too long) b2g-desktop(takes too long) 
    14 [selecttest/test_Document-open.html]
    15 [selecttest/test_addRange.html]
    16 skip-if = (toolkit == 'android') || (buildapp == 'b2g') #android(bug 775227) b2g(oom?, bug 775227) b2g-debug(oom?, bug 775227) b2g-desktop(oom?, bug 775227)
    17 [selecttest/test_collapse.html]
    18 [selecttest/test_collapseToStartEnd.html]
    19 [selecttest/test_deleteFromDocument.html]
    20 [selecttest/test_extend.html]
    21 skip-if = (toolkit == 'gonk' && debug) #b2g-debug(debug-only failure; time out)
    22 [selecttest/test_getRangeAt.html]
    23 [selecttest/test_getSelection.html]
    24 [selecttest/test_interfaces.html]
    25 [selecttest/test_isCollapsed.html]
    26 [selecttest/test_removeAllRanges.html]
    27 [selecttest/test_selectAllChildren.html]
    28 skip-if = (toolkit == 'gonk' && debug) #b2g-debug(debug-only failure)

mercurial