blob: 3c07133b781012d458adcab3428f3562c3a301ea (
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
29
30
31
32
33
34
35
36
|
[DEFAULT]
tags = mcb
prefs =
plugin.load_flash_only=false
security.mixed_content.upgrade_display_content=false
support-files =
file_bug803225_test_mailto.html
file_frameNavigation.html
file_frameNavigation_blankTarget.html
file_frameNavigation_grandchild.html
file_frameNavigation_innermost.html
file_frameNavigation_secure.html
file_frameNavigation_secure_grandchild.html
file_main.html
file_main_bug803225.html
file_main_bug803225_websocket_wsh.py
file_server.sjs
!/dom/media/test/320x240.ogv
!/image/test/mochitest/blue.png
file_redirect.html
file_redirect_handler.sjs
[test_main.html]
skip-if =
toolkit == 'android' || webrender || (verify && !debug && os == 'linux') # Android: TIMED_OUT; bug 1402554
tsan # Times out / Memory consumption, bug 1612707
[test_bug803225.html]
skip-if = (os=='linux' && bits==32) || headless || tsan # Linux32:bug 1324870; Headless:bug 1405870; tsan:bug 1612707
[test_frameNavigation.html]
fail-if = fission
skip-if =
webrender # Bug 1424752
debug && (os == 'linux' || os == 'win') # Bug 1391823
os == 'win' && !debug # Bug 1353608
xorigin && fission # Application time out
[test_redirect.html]
|