blob: 0a66b11755b61406e6b22ea9b51979a609913e0d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[DEFAULT]
tags = webextensions remote-webextensions
skip-if = os == 'android' # Bug 1620091: disable on android until extension process is done
prefs =
extensions.webextensions.remote=true
# We don't want to reset this at the end of the test, so that we don't have
# to spawn a new extension child process for each test unit.
dom.ipc.keepProcessesAlive.extension=1
[test_verify_remote_mode.html]
[include:mochitest-common.ini]
|