blob: 55f2617c0d87de34dae786a2d96374f933ab639b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[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
|