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

Unified Diff: LayoutTests/crypto/encrypt-decrypt-expected.txt

Issue 179353002: [webcrypto] Add the KeyAlgorithm interface. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase yet again (another conflict) Created 6 years, 10 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 | « LayoutTests/crypto/encrypt-decrypt.html ('k') | LayoutTests/crypto/exportKey.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/crypto/encrypt-decrypt-expected.txt
diff --git a/LayoutTests/crypto/encrypt-decrypt-expected.txt b/LayoutTests/crypto/encrypt-decrypt-expected.txt
index 77e53432812c3ba5be64cae0edb475caa8007161..35e01bc96a2575461e2ca3178785c2e0258ce3f2 100644
--- a/LayoutTests/crypto/encrypt-decrypt-expected.txt
+++ b/LayoutTests/crypto/encrypt-decrypt-expected.txt
@@ -36,18 +36,22 @@ PASS: Failed to import key of length 64 bytes
PASS tmpKey.type is 'secret'
PASS tmpKey.extractable is false
PASS tmpKey.algorithm.name is 'AES-CBC'
+PASS tmpKey.algorithm.length is 128
PASS tmpKey.usages.join(',') is 'decrypt,encrypt'
PASS tmpKey.type is 'secret'
PASS tmpKey.extractable is false
PASS tmpKey.algorithm.name is 'AES-CBC'
+PASS tmpKey.algorithm.length is 192
PASS tmpKey.usages.join(',') is 'decrypt,encrypt'
PASS tmpKey.type is 'secret'
PASS tmpKey.extractable is false
PASS tmpKey.algorithm.name is 'AES-CBC'
+PASS tmpKey.algorithm.length is 256
PASS tmpKey.usages.join(',') is 'decrypt,encrypt'
PASS tmpKey.type is 'secret'
PASS tmpKey.extractable is false
PASS tmpKey.algorithm.name is 'AES-CBC'
+PASS tmpKey.algorithm.length is 128
PASS tmpKey.usages.join(',') is 'decrypt,encrypt'
PASS tmpKey.type is 'secret'
PASS tmpKey.extractable is false
« no previous file with comments | « LayoutTests/crypto/encrypt-decrypt.html ('k') | LayoutTests/crypto/exportKey.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698