blob: 640f5c2563b4bff8d43528c3ac1a69b94761d6b9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
[DEFAULT]
skip-if = e10s
support-files =
authenticate.sjs
blank.html
formsubmit.sjs
prompt_common.js
pwmgr_common.js
subtst_master_pass.html
subtst_prompt_async.html
chrome_timeout.js
[test_master_password.html]
skip-if = toolkit == 'android' # Tests desktop prompts
[test_prompt_async.html]
skip-if = toolkit == 'android' # Tests desktop prompts
[test_xhr.html]
skip-if = toolkit == 'android' # Tests desktop prompts
[test_xml_load.html]
skip-if = toolkit == 'android' # Tests desktop prompts
|