blob: a7202c9190251031c7baa2e7501646d537bd4127 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[DEFAULT]
head = "head.js"
prefs = [
"dom.security.credentialmanagement.identity.enabled=true",
"dom.security.credentialmanagement.identity.ignore_well_known=true",
"privacy.antitracking.enableWebcompat=false",
] # disables opener heuristic
scheme = "https"
support-files = ["custom.svg"]
["browser_account_dialog.js"]
fail-if = ["a11y_checks"] # Bug 1854509 clicked identity-credential-list-item may not be focusable
["browser_policy_dialog.js"]
["browser_provider_dialog.js"]
fail-if = ["a11y_checks"] # Bug 1854509 clicked identity-credential-list-item may not be focusable
|