| [ |
| { |
| "os": [ |
| "chromeos", |
| "linux", |
| "win", |
| "mac", |
| "fuchsia" |
| ], |
| "policy_pref_mapping_tests": [ |
| { |
| "note": "Check the default value (no policies set)", |
| "policies": {}, |
| "prefs": { |
| "safebrowsing.password_protection_warning_trigger": { |
| "default_value": 0, |
| "location": "user_profile" |
| } |
| } |
| }, |
| { |
| "note": "Check the policy value: 1", |
| "policies": { |
| "PasswordProtectionWarningTrigger": 1 |
| }, |
| "prefs": { |
| "safebrowsing.password_protection_warning_trigger": { |
| "location": "user_profile", |
| "value": 1 |
| } |
| } |
| }, |
| { |
| "note": "Check the policy value: 2", |
| "policies": { |
| "PasswordProtectionWarningTrigger": 2 |
| }, |
| "prefs": { |
| "safebrowsing.password_protection_warning_trigger": { |
| "location": "user_profile", |
| "value": 2 |
| } |
| } |
| } |
| ] |
| } |
| ] |