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

Side by Side Diff: LayoutTests/crypto/subtle/hmac/cloneKey-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 unified diff | Download patch
OLDNEW
1 Tests structured de-cloning of empty HMAC keys 1 Tests structured de-cloning of empty HMAC keys
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS key.type is "secret" 6 PASS key.type is "secret"
7 PASS typeof key.extractable is 'boolean' 7 PASS typeof key.extractable is 'boolean'
8 PASS key.extractable is true 8 PASS key.extractable is true
9 PASS key.algorithm.name is "HMAC" 9 PASS key.algorithm.name is "HMAC"
10 PASS key.algorithm.length is 0 10 PASS key.algorithm.length is 0
11 PASS key.algorithm.hash.name is "SHA-1" 11 PASS key.algorithm.hash.name is "SHA-1"
12 PASS key.usages.toString() is "sign" 12 PASS key.usages.toString() is "sign"
13 PASS successfullyParsed is true 13 PASS successfullyParsed is true
14 14
15 TEST COMPLETE 15 TEST COMPLETE
16 16
OLDNEW
« no previous file with comments | « LayoutTests/crypto/subtle/hmac/cloneKey-empty.html ('k') | LayoutTests/crypto/subtle/hmac/cloneKey-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698