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

Unified Diff: LayoutTests/crypto/subtle/clone-hmacKey-empty-expected.txt

Issue 958353003: [WebCrypto] Move cloneKey test to respective algorithm directory (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 9 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/clone-hmacKey-empty-expected.txt
diff --git a/LayoutTests/crypto/subtle/clone-hmacKey-empty-expected.txt b/LayoutTests/crypto/subtle/clone-hmacKey-empty-expected.txt
deleted file mode 100644
index d7293b1752e1d0d039565805df3ce4d5090f59db..0000000000000000000000000000000000000000
--- a/LayoutTests/crypto/subtle/clone-hmacKey-empty-expected.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-Tests structured de-cloning of empty HMAC keys
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS key.type is "secret"
-PASS typeof key.extractable is 'boolean'
-PASS key.extractable is true
-PASS key.algorithm.name is "HMAC"
-PASS key.algorithm.length is 0
-PASS key.algorithm.hash.name is "SHA-1"
-PASS key.usages.toString() is "sign"
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
« no previous file with comments | « LayoutTests/crypto/subtle/clone-hmacKey-empty.html ('k') | LayoutTests/crypto/subtle/clone-hmacKey-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698