dom/tests/mochitest/webcomponents/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 support-files =
     3   inert_style.css
     5 [test_bug900724.html]
     6 [test_content_element.html]
     7 skip-if = true # bug 957109 - intermittent leaks
     8 [test_nested_content_element.html]
     9 skip-if = true # bug 957109 - intermittent leaks
    10 [test_dynamic_content_element_matching.html]
    11 skip-if = true # bug 957109 - intermittent leaks
    12 [test_document_register.html]
    13 [test_document_register_base_queue.html]
    14 [test_document_register_lifecycle.html]
    15 [test_document_register_parser.html]
    16 [test_document_register_stack.html]
    17 [test_document_shared_registry.html]
    18 [test_template.html]
    19 [test_shadowroot.html]
    20 skip-if = true # bug 957109 - intermittent leaks
    21 [test_shadowroot_inert_element.html]
    22 skip-if = true # bug 957109 - intermittent leaks
    23 [test_shadowroot_style.html]
    24 skip-if = true # bug 957109 - intermittent leaks
    25 [test_shadowroot_style_multiple_shadow.html]
    26 skip-if = true # bug 957109 - intermittent leaks
    27 [test_shadowroot_style_order.html]
    28 skip-if = true # bug 957109 - intermittent leaks
    29 [test_style_fallback_content.html]
    30 skip-if = true # bug 957109 - intermittent leaks

mercurial