diff options
Diffstat (limited to 'testing/web-platform/tests/WebCryptoAPI/generateKey/successes_RSA-PSS.https.any.js')
-rw-r--r-- | testing/web-platform/tests/WebCryptoAPI/generateKey/successes_RSA-PSS.https.any.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/web-platform/tests/WebCryptoAPI/generateKey/successes_RSA-PSS.https.any.js b/testing/web-platform/tests/WebCryptoAPI/generateKey/successes_RSA-PSS.https.any.js new file mode 100644 index 0000000000..cb43e3de3d --- /dev/null +++ b/testing/web-platform/tests/WebCryptoAPI/generateKey/successes_RSA-PSS.https.any.js @@ -0,0 +1,10 @@ +// META: title=WebCryptoAPI: generateKey() Successful Calls +// META: timeout=long +// META: variant=?1-10 +// META: variant=?11-20 +// META: variant=?21-30 +// META: variant=?31-last +// META: script=../util/helpers.js +// META: script=/common/subset-tests.js +// META: script=successes.js +run_test(["RSA-PSS"]); |