1
0
Fork 0
firefox/browser/base/content/test/outOfProcess/browser.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

19 lines
370 B
TOML

[DEFAULT]
support-files = [
"file_base.html",
"file_frame1.html",
"file_frame2.html",
"file_innerframe.html",
"head.js",
]
["browser_basic_outofprocess.js"]
["browser_controller.js"]
skip-if = [
"os == 'linux' && bits == 64", # Bug 1663506
"os == 'mac' && debug", # Bug 1663506
"os == 'win' && bits == 64", # Bug 1663506
]
["browser_promisefocus.js"]