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

Unified Diff: LayoutTests/crypto/clone-aesKey.html

Issue 770363002: [WebCrypto] Crypto tests updated to use KeyUsage (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-aesKey.html
diff --git a/LayoutTests/crypto/clone-aesKey.html b/LayoutTests/crypto/clone-aesKey.html
index 26a96299210a64e2312c90aeecf0b0d8ceab4a46..8dc2669f1ffcb155b345789783100bf7b98974f8 100644
--- a/LayoutTests/crypto/clone-aesKey.html
+++ b/LayoutTests/crypto/clone-aesKey.html
@@ -23,7 +23,7 @@ var k256BitData = "00112233445546778899aabbccddeeff000102030405060708090a0b0c0d0
var kPossibleAlgorithms = ['AES-CBC', 'AES-GCM'];
var kPossibleExtractable = [true, false];
-var kPossibleKeyUsages = [[], ['encrypt'], ['decrypt', 'wrapKey'], ['encrypt', 'wrapKey', 'unwrapKey']];
+var kPossibleKeyUsages = [['encrypt'], ['decrypt', 'wrapKey'], ['encrypt', 'wrapKey', 'unwrapKey']];
var kPossibleKeyData = [k128BitData, k256BitData];
function runTest(algorithmName, extractable, keyUsages, keyData)
« no previous file with comments | « no previous file | LayoutTests/crypto/clone-aesKey-expected.txt » ('j') | LayoutTests/crypto/exportKey-deserializedKey.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698