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

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

Issue 805343004: [WebCrypto] Test updates to not use keyUsage empty (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years 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
Index: LayoutTests/crypto/clone-ecKey-private.html
diff --git a/LayoutTests/crypto/clone-ecKey-private.html b/LayoutTests/crypto/clone-ecKey-private.html
index bee675e5249f2901a4f7d98d23f8caa419de5082..d1119fa976b372f2b86d50081e19599b98c3f915 100644
--- a/LayoutTests/crypto/clone-ecKey-private.html
+++ b/LayoutTests/crypto/clone-ecKey-private.html
@@ -28,7 +28,7 @@ function signOrDeriveBits(algorithmName) {
var kPossibleAlgorithms = ['ECDSA', 'ECDH'];
var kPossibleExtractable = [true, false];
-var kPossibleKeyUsages = [[], signOrDeriveBits];
+var kPossibleKeyUsages = [signOrDeriveBits];
var kPossibleNamedCurves = ['P-256', 'P-384', 'P-521'];
// A mapping from curve name, to PKCS8 data (hex-encoded) for a valid private key.
« no previous file with comments | « no previous file | LayoutTests/crypto/clone-ecKey-private-expected.txt » ('j') | LayoutTests/crypto/clone-rsaHashedKey-private.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698