blob: 2145f61eccc245d7a0e83b380f4c6b6fbc55373f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
[DEFAULT]
support-files =
head.js
tab_webauthn_result.html
../../pkijs/*
../../cbor.js
../../u2futil.js
prefs =
security.webauth.webauthn=true
security.webauth.webauthn_enable_softtoken=true
security.webauth.webauthn_enable_android_fido2=false
security.webauth.webauthn_enable_usbtoken=false
security.webauthn.ctap2=false
[browser_abort_visibility.js]
skip-if =
win10_2004 # Test not relevant on 1903+
win11_2009 # Test not relevant on 1903+
[browser_fido_appid_extension.js]
skip-if =
win10_2004 # Test not relevant on 1903+
win11_2009 # Test not relevant on 1903+
[browser_webauthn_prompts.js]
skip-if =
win10_2004 # Test not relevant on 1903+
win11_2009 # Test not relevant on 1903+
[browser_webauthn_telemetry.js]
skip-if =
win10_2004 # Test not relevant on 1903+
win11_2009 # Test not relevant on 1903+
fission && os == "linux" && asan # Bug 1713907 - new Fission platform triage
[browser_webauthn_ipaddress.js]
|