dom/tests/mochitest/pointerlock/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 # NOTE: Bug 788164: the tests in this file are disabled on Linux
michael@0 2 # in dom/tests/mochitest/moz.build for intermittent failures.
michael@0 3
michael@0 4 [DEFAULT]
michael@0 5 support-files =
michael@0 6 pointerlock_utils.js
michael@0 7 file_approval.html
michael@0 8 file_pointerlock-api.html
michael@0 9 file_pointerlockerror.html
michael@0 10 file_escapeKey.html
michael@0 11 file_withoutDOM.html
michael@0 12 file_removedFromDOM.html
michael@0 13 file_pointerLockPref.html
michael@0 14 file_nestedFullScreen.html
michael@0 15 file_doubleLock.html
michael@0 16 file_childIframe.html
michael@0 17 file_movementXY.html
michael@0 18 file_infiniteMovement.html
michael@0 19 file_retargetMouseEvents.html
michael@0 20 file_targetOutOfFocus.html
michael@0 21 file_screenClientXYConst.html
michael@0 22 file_suppressSomeMouseEvents.html
michael@0 23 file_locksvgelement.html
michael@0 24 file_allowPointerLockSandboxFlag.html
michael@0 25 iframe_differentDOM.html
michael@0 26
michael@0 27 [test_pointerlock-api.html]
michael@0 28 skip-if = buildapp == 'b2g' || toolkit == 'android' || e10s #TIMED_OUT # b2g(window.open focus issues (using fullscreen)) b2g-debug(window.open focus issues (using fullscreen)) b2g-desktop(window.open focus issues (using fullscreen))

mercurial