mochitest.toml (1181B)
1 [DEFAULT] 2 scheme = "https" 3 support-files = [ 4 "file_indexedDB.html", 5 "test-array.js", 6 "test-vectors.js", 7 "test-worker.js", 8 "test_WebCrypto.css", 9 "util.js", 10 ] 11 12 ["test_WebCrypto.html"] 13 14 ["test_WebCrypto_DH.html"] 15 16 ["test_WebCrypto_ECDH.html"] 17 18 ["test_WebCrypto_ECDSA.html"] 19 20 ["test_WebCrypto_HKDF.html"] 21 22 ["test_WebCrypto_Import_Keys_Too_Long.html"] 23 24 ["test_WebCrypto_Import_Multiple_Identical_Keys.html"] 25 26 ["test_WebCrypto_JWK.html"] 27 28 ["test_WebCrypto_Normalize.html"] 29 30 ["test_WebCrypto_PBKDF2.html"] 31 32 ["test_WebCrypto_RSA_OAEP.html"] 33 34 ["test_WebCrypto_RSA_PSS.html"] 35 36 ["test_WebCrypto_Reject_Generating_Keys_Without_Usages.html"] 37 38 ["test_WebCrypto_Structured_Cloning.html"] 39 40 ["test_WebCrypto_Workers.html"] 41 42 ["test_WebCrypto_Wrap_Unwrap.html"] 43 44 ["test_indexedDB.html"] 45 skip-if = [ 46 "!fission", # Requires iframes to run in separate processes. 47 ] 48 fail-if = [ 49 "xorigin", # JavaScript error: https://example.org/tests/dom/crypto/test/test_indexedDB.html?currentTestURL=dom%2Fcrypto%2Ftest%2Ftest_indexedDB.html&closeWhenDone=undefined&showTestReport=true&expected=pass, line 27: SecurityError: Permission denied to access property "frameElement" on cross-origin object 50 ]