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

Unified Diff: LayoutTests/crypto/subtle/hkdf-deriveKey-expected.txt

Issue 957713004: [WebCrypto] Split LayoutTests/crypto/subtle into per-algorithm directories (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updated to latest master Created 5 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/subtle/hkdf-deriveKey.html ('k') | LayoutTests/crypto/subtle/hkdf-exportKey.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/crypto/subtle/hkdf-deriveKey-expected.txt
diff --git a/LayoutTests/crypto/subtle/hkdf-deriveKey-expected.txt b/LayoutTests/crypto/subtle/hkdf-deriveKey-expected.txt
deleted file mode 100644
index f58843627cb53a0f4f1705564f7f986fa5afa501..0000000000000000000000000000000000000000
--- a/LayoutTests/crypto/subtle/hkdf-deriveKey-expected.txt
+++ /dev/null
@@ -1,27 +0,0 @@
-Test that keys can be derived from an HKDF key
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS derivedKey.type is "secret"
-PASS typeof derivedKey.extractable is 'boolean'
-PASS derivedKey.extractable is true
-PASS derivedKey.algorithm.name is "AES-GCM"
-PASS derivedKey.usages.join(',') is "encrypt"
-
-Try to derive an HKDF key...
-error is: TypeError: No length was specified for the HKDF Derive Bits operation.
-PASS emptyKey.type is "secret"
-PASS typeof emptyKey.extractable is 'boolean'
-PASS emptyKey.extractable is true
-PASS emptyKey.algorithm.name is "HKDF"
-PASS emptyKey.usages.join(',') is "deriveKey"
-PASS derivedKey.type is "secret"
-PASS typeof derivedKey.extractable is 'boolean'
-PASS derivedKey.extractable is true
-PASS derivedKey.algorithm.name is "AES-GCM"
-PASS derivedKey.usages.join(',') is "encrypt"
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
« no previous file with comments | « LayoutTests/crypto/subtle/hkdf-deriveKey.html ('k') | LayoutTests/crypto/subtle/hkdf-exportKey.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698