blob: 4612cac657a00e53f89f487a0e1c2a3ef120103c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[DEFAULT]
tags = webextensions in-process-webextensions
prefs =
extensions.webextensions.remote=false
dupe-manifest = true
[test_verify_non_remote_mode.html]
[test_ext_storage_cleanup.html]
# Bug 1426514 storage_cleanup: clearing localStorage fails with oop
[include:mochitest-common.ini]
skip-if = os == 'win' # Windows WebExtensions always run OOP
|