1
0
Fork 0
firefox/toolkit/components/windowwatcher/test/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

25 lines
1,013 B
TOML

[DEFAULT]
tags = "openwindow"
support-files = ["head.js"]
["browser_new_content_window_chromeflags.js"]
["browser_new_content_window_from_chrome_principal.js"]
["browser_new_remote_window_flags.js"]
["browser_new_sized_window.js"]
skip-if = [
"os == 'win' && os_version == '11.2009' && processor == 'x86_64'", # Bug 1276802 - Opening windows from content on Windows might not get the size right
"os == 'win' && os_version == '11.2009' && processor == 'x86'", # Bug 1276802 - Opening windows from content on Windows might not get the size right
"os == 'win' && os_version == '11.26100' && processor == 'x86_64'", # Bug 1276802 - Opening windows from content on Windows might not get the size right
"os == 'win' && os_version == '11.26100' && processor == 'x86'", # Bug 1276802 - Opening windows from content on Windows might not get the size right
]
["browser_non_popup_from_popup.js"]
["browser_popup_condition_current.js"]
["browser_popup_condition_tab.js"]
["browser_popup_condition_window.js"]