summaryrefslogtreecommitdiffstats
path: root/toolkit/components/extensions/test/mochitest/mochitest.toml
blob: 2a19953acb50c8a45d14347c2d8140332a4cdb56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[DEFAULT]
tags = "webextensions in-process-webextensions"
prefs = [
  "extensions.webextensions.remote=false",
  "javascript.options.asyncstack_capture_debuggee_only=false",
]
dupe-manifest = true

["include:mochitest-common.toml"]
skip-if = ["os == 'win'"] # Windows WebExtensions always run OOP

["test_ext_storage_cleanup.html"]
# Bug 1426514 storage_cleanup: clearing localStorage fails with oop

["test_verify_non_remote_mode.html"]