[
{
"os": [
"chromeos_ash",
"chromeos_lacros",
"linux",
"win",
"mac",
"fuchsia"
],
"policy_pref_mapping_tests": [
{
"note": "Check default value (no policies set)",
"policies": {},
"prefs": {
"safebrowsing.password_protection_change_password_url": {
"default_value": ""
}
}
},
{
"note": "Simple value.",
"policies": {
"PasswordProtectionChangePasswordURL": "https://mydomain.com/change_password.html"
},
"prefs": {
"safebrowsing.password_protection_change_password_url": {
"value": "https://mydomain.com/change_password.html"
}
}
}
]
}
]