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

Unified Diff: LayoutTests/crypto/subtle/hmac-generate-key-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
Index: LayoutTests/crypto/subtle/hmac-generate-key-expected.txt
diff --git a/LayoutTests/crypto/subtle/hmac-generate-key-expected.txt b/LayoutTests/crypto/subtle/hmac-generate-key-expected.txt
deleted file mode 100644
index b2fd3bbb7d05386bbe2977bb410bb7050fd2d9af..0000000000000000000000000000000000000000
--- a/LayoutTests/crypto/subtle/hmac-generate-key-expected.txt
+++ /dev/null
@@ -1,27 +0,0 @@
-Test generating a HMAC key.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-
-Generating a key with default length...
-error is: TypeError: HmacKeyGenParams: hash: Missing or not an AlgorithmIdentifier
-error is: TypeError: HmacKeyGenParams: hash: Missing or not an AlgorithmIdentifier
-error is: TypeError: HmacKeyGenParams: length: Is not a number
-error is: TypeError: HmacKeyGenParams: length: Is not a number
-PASS key.type is 'secret'
-PASS key.extractable is true
-PASS key.algorithm.name is 'HMAC'
-PASS key.algorithm.length is 512
-PASS key.usages is ["sign", "verify"]
-
-Generating a key with custom length...
-PASS key.type is 'secret'
-PASS key.extractable is true
-PASS key.algorithm.name is 'HMAC'
-PASS key.algorithm.length is 40
-PASS key.usages is ["sign"]
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
« no previous file with comments | « LayoutTests/crypto/subtle/hmac-generate-key.html ('k') | LayoutTests/crypto/subtle/hmac-generateKey-failures.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698