25 lines
1,013 B
TOML
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"]
|