Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(365)

Unified Diff: LayoutTests/crypto/clone-rsaHashedKey-private.html

Issue 296723006: [webcrypto] Fix the key usages used by some layout tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/crypto/clone-rsaHashedKey-private-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/crypto/clone-rsaHashedKey-private.html
diff --git a/LayoutTests/crypto/clone-rsaHashedKey-private.html b/LayoutTests/crypto/clone-rsaHashedKey-private.html
index be3526a872921bf06795d43e31de030b929479af..8c05815a700a927be3c0a8b551ec02a74727487a 100644
--- a/LayoutTests/crypto/clone-rsaHashedKey-private.html
+++ b/LayoutTests/crypto/clone-rsaHashedKey-private.html
@@ -14,14 +14,14 @@ description("Tests structured cloning of RSA private keys (with a hash)");
jsTestIsAsync = true;
-// Tests the 48 permutations of keys generated by:
+// Tests the 12 permutations of keys generated by:
// kPossibleAlgorithms x kPossibleExtractable x kPossibleKeyUsages x kPossibleKeyData x kPossibleHashAlgorithms
//
// For practical reasons these tests are not exhaustive.
var kPossibleAlgorithms = ['RSASSA-PKCS1-v1_5'];
var kPossibleExtractable = [true, false];
-var kPossibleKeyUsages = [[], ['sign'], ['verify'], ['sign', 'verify']];
+var kPossibleKeyUsages = [[], ['sign']];
var kPossibleHashAlgorithms = ['SHA-1', 'SHA-256', 'SHA-512'];
var kPossibleKeyData = [
« no previous file with comments | « no previous file | LayoutTests/crypto/clone-rsaHashedKey-private-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698