1
0
Fork 0
firefox/browser/base/content/test/keyboard/browserSidebarRevamp.toml
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

17 lines
412 B
TOML

[DEFAULT]
support-files = ["head.js"]
dupe-manifest = true
prefs = [
"sidebar.revamp=true",
]
["browser_toolbarButtonKeyPress.js"]
skip-if = [
"os == 'linux' && (asan || tsan || debug)", # Bug 1775712
"os == 'mac'", # Bug 1775712
"os == 'win'", # Bug 1775712
]
["browser_toolbarKeyNav.js"]
skip-if = ["true"] # Bug 1775713
support-files = ["!/browser/base/content/test/permissions/permissions.html"]