summaryrefslogtreecommitdiff
path: root/test/fixtures/wpt/WebCryptoAPI/generateKey/failures.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures/wpt/WebCryptoAPI/generateKey/failures.js')
-rw-r--r--test/fixtures/wpt/WebCryptoAPI/generateKey/failures.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixtures/wpt/WebCryptoAPI/generateKey/failures.js b/test/fixtures/wpt/WebCryptoAPI/generateKey/failures.js
index c39e4d211c..e0f0279a69 100644
--- a/test/fixtures/wpt/WebCryptoAPI/generateKey/failures.js
+++ b/test/fixtures/wpt/WebCryptoAPI/generateKey/failures.js
@@ -204,7 +204,7 @@ function run_test(algorithmNames) {
});
- // The last thing that should be checked is an empty usages (for secret keys).
+ // The last thing that should be checked is empty usages (disallowed for secret and private keys).
testVectors.forEach(function(vector) {
var name = vector.name;