blob: f2f6117726491e4cd30cc6133e3fb484c3f9f466 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[DEFAULT]
tags = webextensions in-process-webextensions
prefs =
extensions.webextensions.remote=false
javascript.options.asyncstack_capture_debuggee_only=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
|