aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/web-platform-tests/WebCryptoAPI/generateKey/failures.js
diff options
context:
space:
mode:
authorbors-servo <infra@servo.org>2023-05-15 07:11:20 +0200
committerGitHub <noreply@github.com>2023-05-15 07:11:20 +0200
commit17e1582ed4756fbcf2510946dfda00b616abc02c (patch)
tree8eb43f0a1023675f56fa79caaf8dc7de1cc6e940 /tests/wpt/web-platform-tests/WebCryptoAPI/generateKey/failures.js
parent8dfd613aa188d2271d692a31192284eabdaf9f9d (diff)
parent06e9d5a631ba321787dfb40cdcfd49dcab0c1510 (diff)
downloadservo-17e1582ed4756fbcf2510946dfda00b616abc02c.tar.gz
servo-17e1582ed4756fbcf2510946dfda00b616abc02c.zip
Auto merge of #29737 - servo:wpt_update_14-05-2023, r=servo-wpt-sync
Sync WPT with upstream (14-05-2023) Automated downstream sync of changes from upstream as of 14-05-2023 [no-wpt-sync] r? @servo-wpt-sync
Diffstat (limited to 'tests/wpt/web-platform-tests/WebCryptoAPI/generateKey/failures.js')
-rw-r--r--tests/wpt/web-platform-tests/WebCryptoAPI/generateKey/failures.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/wpt/web-platform-tests/WebCryptoAPI/generateKey/failures.js b/tests/wpt/web-platform-tests/WebCryptoAPI/generateKey/failures.js
index c39e4d211cb..e0f0279a69b 100644
--- a/tests/wpt/web-platform-tests/WebCryptoAPI/generateKey/failures.js
+++ b/tests/wpt/web-platform-tests/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;