diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:32:43 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:32:43 +0000 |
commit | 6bf0a5cb5034a7e684dcc3500e841785237ce2dd (patch) | |
tree | a68f146d7fa01f0134297619fbe7e33db084e0aa /dom/webauthn/tests/mochitest.ini | |
parent | Initial commit. (diff) | |
download | thunderbird-6bf0a5cb5034a7e684dcc3500e841785237ce2dd.tar.xz thunderbird-6bf0a5cb5034a7e684dcc3500e841785237ce2dd.zip |
Adding upstream version 1:115.7.0.upstream/1%115.7.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'dom/webauthn/tests/mochitest.ini')
-rw-r--r-- | dom/webauthn/tests/mochitest.ini | 88 |
1 files changed, 88 insertions, 0 deletions
diff --git a/dom/webauthn/tests/mochitest.ini b/dom/webauthn/tests/mochitest.ini new file mode 100644 index 0000000000..343864747f --- /dev/null +++ b/dom/webauthn/tests/mochitest.ini @@ -0,0 +1,88 @@ +[DEFAULT] +support-files = + cbor.js + u2futil.js + pkijs/* + get_assertion_dead_object.html +scheme = https +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=true + +[test_webauthn_abort_signal.html] +fail-if = xorigin +skip-if = + win10_2004 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.) + win10_2009 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.) + win11_2009 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.) +[test_webauthn_attestation_conveyance.html] +fail-if = xorigin # NotAllowedError +skip-if = + win10_2004 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.) + win10_2009 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.) + win11_2009 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.) +[test_webauthn_authenticator_selection.html] +fail-if = xorigin # NotAllowedError +skip-if = + win10_2004 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.) + win10_2009 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.) + win11_2009 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.) +[test_webauthn_authenticator_transports.html] +fail-if = xorigin # NotAllowedError +skip-if = + win10_2004 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.) + win10_2009 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.) + win11_2009 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.) +[test_webauthn_loopback.html] +skip-if = + xorigin # Hangs, JavaScript error: https://example.org/tests/SimpleTest/SimpleTest.js, line 76: DataCloneError: The object could not be cloned. + win10_2004 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.) + win10_2009 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.) + win11_2009 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.) +[test_webauthn_no_token.html] +skip-if = + xorigin # JavaScript error: https://example.org/tests/SimpleTest/SimpleTest.js, line 76: DataCloneError: The object could not be cloned. + win10_2004 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.) + win10_2009 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.) + win11_2009 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.) +[test_webauthn_make_credential.html] +fail-if = xorigin # NotAllowedError +skip-if = + win10_2004 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.) + win10_2009 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.) + win11_2009 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.) +[test_webauthn_get_assertion.html] +fail-if = xorigin # NotAllowedError +skip-if = + win10_2004 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.) + win10_2009 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.) + win11_2009 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.) +[test_webauthn_get_assertion_dead_object.html] +skip-if = + win10_2004 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.) + win10_2009 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.) + win11_2009 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.) +[test_webauthn_override_request.html] +[test_webauthn_store_credential.html] +fail-if = xorigin # NotAllowedError +skip-if = + win10_2004 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.) + win10_2009 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.) + win11_2009 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.) +[test_webauthn_sameorigin.html] +fail-if = xorigin # NotAllowedError +skip-if = + win10_2004 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.) + win10_2009 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.) + win11_2009 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.) +[test_webauthn_sameoriginwithancestors.html] +skip-if = + xorigin # this test has its own cross-origin setup + win10_2004 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.) + win10_2009 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.) + win11_2009 # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.) +[test_webauthn_isplatformauthenticatoravailable.html] +[test_webauthn_isexternalctap2securitykeysupported.html] |