trisquel-icecat/icecat/devtools/shared/commands/inspected-window/tests/browser.toml
2025-10-06 02:35:48 -06:00

22 lines
825 B
TOML

[DEFAULT]
tags = "devtools"
subsuite = "devtools"
support-files = [
"!/devtools/client/shared/test/shared-head.js",
"!/devtools/client/shared/test/telemetry-test-helpers.js",
"!/devtools/client/shared/test/highlighter-test-actor.js",
"head.js",
"inspectedwindow-reload-target.sjs",
]
prefs = [
# restrictedDomains must be set as early as possible, before the first use of
# the preference. browser_webextension_inspected_window_access.js relies on
# this pref to be set. We cannot use "prefs =" at the individual file, because
# another test in this manifest may already have resulted in browser startup.
"extensions.webextensions.restrictedDomains=test2.example.com"
]
["browser_webextension_inspected_window.js"]
["browser_webextension_inspected_window_access.js"]
support-files = ["csp_sandbox.sjs"]