summaryrefslogtreecommitdiffstats
path: root/dom/webauthn/tests/mochitest.ini
diff options
context:
space:
mode:
Diffstat (limited to 'dom/webauthn/tests/mochitest.ini')
-rw-r--r--dom/webauthn/tests/mochitest.ini33
1 files changed, 33 insertions, 0 deletions
diff --git a/dom/webauthn/tests/mochitest.ini b/dom/webauthn/tests/mochitest.ini
new file mode 100644
index 0000000000..557fefa5ca
--- /dev/null
+++ b/dom/webauthn/tests/mochitest.ini
@@ -0,0 +1,33 @@
+[DEFAULT]
+support-files =
+ cbor.js
+ u2futil.js
+ pkijs/*
+ get_assertion_dead_object.html
+skip-if = !e10s || os == 'android'
+scheme = https
+
+[test_webauthn_abort_signal.html]
+fail-if = (xorigin && !fission)
+[test_webauthn_attestation_conveyance.html]
+fail-if = (xorigin && !fission) # NotAllowedError
+[test_webauthn_authenticator_selection.html]
+fail-if = (xorigin && !fission) # NotAllowedError
+[test_webauthn_authenticator_transports.html]
+fail-if = (xorigin && !fission) # NotAllowedError
+[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.
+[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.
+[test_webauthn_make_credential.html]
+fail-if = (xorigin && !fission) # NotAllowedError
+[test_webauthn_get_assertion.html]
+fail-if = (xorigin && !fission) # NotAllowedError
+[test_webauthn_get_assertion_dead_object.html]
+[test_webauthn_override_request.html]
+[test_webauthn_store_credential.html]
+fail-if = (xorigin && !fission) # NotAllowedError
+[test_webauthn_sameorigin.html]
+fail-if = xorigin # NotAllowedError
+[test_webauthn_isplatformauthenticatoravailable.html]
+[test_webauthn_isexternalctap2securitykeysupported.html]