Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  mochitest.toml   Sprache: unbekannt

 
Spracherkennung für: .toml vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

[DEFAULT]
support-files = [
  "cbor.js",
  "u2futil.js",
  "get_assertion_dead_object.html",
  "empty.html",
  "/.well-known/webauthn",
  "/.well-known/webauthn^headers^",
  "webauthn-wellknown.sjs",
  "well-known-webauthn-state.sjs",
]
scheme = "https"
prefs = [
  "dom.security.featurePolicy.webidl.enabled=true",
  "security.webauth.webauthn=true",
  "security.webauth.webauthn_enable_softtoken=true",
  "security.webauth.webauthn_enable_usbtoken=false",
  "security.webauthn.ctap2=true",
  "security.webauthn.enable_conditional_mediation=true",
  "security.webauthn.enable_macos_passkeys=false",
  "security.webauthn.related_origin_requests_mode=0",
]

["test_bug1969341.html"]
fail-if = [
  "xorigin", # NotAllowedError
]
run-if = [
  "os != 'win'", # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
]

["test_webauthn_abort_signal.html"]
fail-if = [
  "xorigin",
]
run-if = [
  "os != 'win'", # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
]
skip-if = [
  "os == 'android'", # Test sets security.webauth.webauthn_enable_usbtoken to true, which isn't applicable to android
]

["test_webauthn_attestation_conveyance.html"]
fail-if = [
  "xorigin", # NotAllowedError
]
run-if = [
  "os != 'win'", # 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
]
run-if = [
  "os != 'win'", # 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
]
run-if = [
  "os != 'win'", # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
]

["test_webauthn_crossorigin_featurepolicy.html"]
fail-if = [
  "xorigin", # Cross-origin use of WebAuthn requires a feature policy.
]

["test_webauthn_ctap2_omitted_credential_id.html"]
fail-if = [
  "xorigin", # NotAllowedError
]

["test_webauthn_get_assertion.html"]
fail-if = [
  "xorigin", # NotAllowedError
]
run-if = [
  "os != 'win'", # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
]
skip-if = [
  "os == 'android'", # Test sets security.webauth.webauthn_enable_usbtoken to true, which isn't applicable to android
]

["test_webauthn_get_assertion_dead_object.html"]
run-if = [
  "os != 'win'", # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
]

["test_webauthn_in_xhtml.xhtml"]
fail-if = [
  "xorigin",
]

["test_webauthn_isplatformauthenticatoravailable.html"]

["test_webauthn_loopback.html"]
run-if = [
  "os != 'win'", # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
]
skip-if = [
  "xorigin", # Hangs, 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", # NotAllowedError
]
run-if = [
  "os != 'win'", # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
]

["test_webauthn_no_token.html"]
run-if = [
  "os != 'win'", # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
]
skip-if = [
  "os == 'android'", # Test disables all tokens, which is an unsupported configuration on android.
  "xorigin", # JavaScript error: https://example.org/tests/SimpleTest/SimpleTest.js, line 76: DataCloneError: The object could not be cloned.
]

["test_webauthn_related_origin.html"]
skip-if = [
  "os == 'win'", # Bug 1718296
  "xorigin",
]

["test_webauthn_sameorigin.html"]
fail-if = [
  "xorigin", # NotAllowedError
]
run-if = [
  "os != 'win'", # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
]

["test_webauthn_sameoriginwithancestors.html"]
run-if = [
  "os != 'win'", # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
]
skip-if = [
  "xorigin", # this test has its own cross-origin setup
]

["test_webauthn_serialization.html"]
fail-if = [
  "xorigin",
]

["test_webauthn_store_credential.html"]
fail-if = [
  "xorigin", # NotAllowedError
]
run-if = [
  "os != 'win'", # Bug 1718296 (Windows 10 1903+ has its own window and U2F that we cannot control with tests.)
]

["test_webauthn_webdriver_virtual_authenticator.html"]
fail-if = [
  "xorigin", # Cross-origin use of WebAuthn requires a feature policy.
]

[Dauer der Verarbeitung: 0.19 Sekunden, vorverarbeitet 2026-08-26]

                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Open Source Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Jenseits des Üblichen ....

Besucherstatistik

Besucherstatistik

Statistik
#Sources=434850
#Domains=655579