[
{
"os": [
"win",
"linux",
"mac",
"chromeos_ash",
"chromeos_lacros",
"fuchsia"
],
"policy_pref_mapping_tests": [
{
"policies": {
"AllowDinosaurEasterEgg": true
},
"prefs": {
"allow_dinosaur_easter_egg": {
"value": true
}
}
},
{
"policies": {
"AllowDinosaurEasterEgg": false
},
"prefs": {
"allow_dinosaur_easter_egg": {
"value": false
}
}
}
]
},
{
"note": "The default is changed by default_for_enterprise_users only on Chrome OS",
"os": [
"chromeos_ash",
"chromeos_lacros"
],
"policy_pref_mapping_tests": [
{
"policies": {},
"prefs": {
"allow_dinosaur_easter_egg": {
"value": false
}
}
}
]
},
{
"note": "The default is changed by default_for_enterprise_users only on Chrome OS",
"os": [
"win",
"linux",
"mac"
],
"policy_pref_mapping_tests": [
{
"policies": {},
"prefs": {
"allow_dinosaur_easter_egg": {
"default_value": true
}
}
}
]
}
]