blob: c5078807f97feb1d6c9f2b83fc74440536904f57 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
[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 = toolkit == 'windows' # Bug 1836526
[test_multiple_alerts.html]
[test_principal.html]
skip-if = verify # Bug 1810860
|