14 lines
281 B
TOML
14 lines
281 B
TOML
[DEFAULT]
|
|
support-files = [
|
|
"prompt_common.js",
|
|
"chromeScript.js",
|
|
]
|
|
|
|
["test_modal_prompts.html"]
|
|
skip-if = [
|
|
"os == 'android'", #android: TIMED_OUT
|
|
"os == 'linux' && (debug || asan || tsan)",
|
|
]
|
|
|
|
["test_modal_select.html"]
|
|
skip-if = ["os == 'android'"] #android: TIMED_OUT
|