blob: bb6da55f33f5b99e887c4e8e49d6f670c1d401d5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
[DEFAULT]
skip-if = ["os == 'android'"] # We don't use XUL alerts on Android
support-files = [
"image.gif",
"image.png",
"image_server.sjs",
]
# Synchronous tests like test_alerts.html must come before
# asynchronous tests like test_alerts_noobserve.html!
["test_alerts.html"]
["test_alerts_noobserve.html"]
["test_alerts_requireinteraction.html"]
skip-if = ["verify && os == 'linux'"]
["test_image.html"]
skip-if = ["verify"]
["test_invalid_utf16.html"]
run-if = ["os == 'win'"] # Bug 1836526
["test_multiple_alerts.html"]
["test_principal.html"]
skip-if = ["verify"] # Bug 1810860
|