summaryrefslogtreecommitdiffstats
path: root/toolkit/components/extensions/test/mochitest/mochitest-remote.toml
blob: 4c7effd77dfc2b9881862a16bc02a2cac62d475a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[DEFAULT]
tags = "webextensions remote-webextensions"
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",
]

["include:mochitest-common.toml"]

["test_verify_remote_mode.html"]