blob: b446ae5c6679ebd0b34351c8fa221cc3d93d782c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[DEFAULT]
tags = devtools
subsuite = devtools
support-files =
head.js
helper_enable_devtools_popup.js
!/devtools/client/shared/test/shared-head.js
!/devtools/client/shared/test/telemetry-test-helpers.js
prefs =
devtools.experiment.f12.shortcut_disabled=true
devtools.selfxss.count=5
# This test checks the interaction between devtools.selfxss.count and
# devtools.experiment.f12.shortcut_disabled which is handled by DevToolsStartup
# and therefore needs to run in isolation, with preferences set before starting
# the browser.
[browser_enable_devtools_popup_devtools_user.js]
skip-if = verify # This test is only valid with a new browser instance.
|