blob: bc6f7bec715f1592abc116a5caf9abc88c6cd3e9 [file] [log] [blame]
[
{
"can_be_recommended": true,
"os": [
"win",
"linux",
"mac",
"chromeos",
"fuchsia"
],
"policy_pref_mapping_tests": [
{
"policies": {
"DefaultDownloadDirectory": "${user_home}/test-downloads"
},
"prefs": {
"download.default_directory": {
"check_for_mandatory": false,
"check_for_recommended": true,
"value": "${user_home}/test-downloads"
},
"savefile.default_directory": {
"check_for_mandatory": false,
"check_for_recommended": true,
"value": "${user_home}/test-downloads"
}
}
},
{
"policies": {
"DefaultDownloadDirectory": "${user_home}/test-downloads",
"DownloadDirectory": "${user_home}/test-downloads-1"
},
"prefs": {
"download.default_directory": {
"check_for_mandatory": true,
"check_for_recommended": false,
"value": "${user_home}/test-downloads-1"
},
"savefile.default_directory": {
"check_for_mandatory": false,
"check_for_recommended": true,
"value": "${user_home}/test-downloads"
}
}
}
]
}
]