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

Side by Side Diff: LayoutTests/crypto/subtle/algorithm-identifier-as-string-expected.txt

Issue 806913006: [WebCrypto] Move LayoutTests from crypto to crypto/subtle (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years 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 that a string can be passed in place of an AlgorithmIdentifier 1 Tests that a string can be passed in place of an AlgorithmIdentifier
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 key.algorithm.name is "AES-CBC" 7 PASS key.algorithm.name is "AES-CBC"
8 PASS key.algorithm.length is 128 8 PASS key.algorithm.length is 128
9 PASS: sha-1 of empty string should be [da39a3ee5e6b4b0d3255bfef95601890afd80709] and was 9 PASS: sha-1 of empty string should be [da39a3ee5e6b4b0d3255bfef95601890afd80709] and was
10 PASS key.type is "secret" 10 PASS key.type is "secret"
11 PASS key.algorithm.name is "HMAC" 11 PASS key.algorithm.name is "HMAC"
12 PASS key.algorithm.hash.name is "SHA-256" 12 PASS key.algorithm.hash.name is "SHA-256"
13 PASS key.algorithm.length is 120 13 PASS key.algorithm.length is 120
14 PASS successfullyParsed is true 14 PASS successfullyParsed is true
15 15
16 TEST COMPLETE 16 TEST COMPLETE
17 17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698