dom/tests/mochitest/dom-level0/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 [DEFAULT]
     2 skip-if = !debug || (buildapp == 'b2g') || (toolkit == 'android') #Bug 932350 - Frequent timeouts
     3 support-files =
     4   child_ip_address.html
     5   file_crossdomainprops_inner.html
     6   file_location.html
     7   framed_location.html
     8   idn_child.html
     9   innerWidthHeight_script.html
    11 [test_crossdomainprops.html]
    12 [test_innerWidthHeight_script.html]
    13 [test_location.html]
    14 [test_location_framed.html]
    15 [test_location_getters.html]
    16 [test_location_sandboxed.html]
    17 [test_location_setters.html]
    18 [test_setting_document.domain_idn.html]
    19 [test_setting_document.domain_to_shortened_ipaddr.html]

mercurial