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.

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

mercurial