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

Side by Side Diff: LayoutTests/crypto/subtle/aes-cbc-encrypt-decrypt-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 encrypt/decrypt for AES-CBC 1 Tests encrypt/decrypt for AES-CBC
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 tmpKey.type is "secret" 6 PASS tmpKey.type is "secret"
7 PASS typeof tmpKey.extractable is 'boolean' 7 PASS typeof tmpKey.extractable is 'boolean'
8 PASS tmpKey.extractable is false 8 PASS tmpKey.extractable is false
9 PASS tmpKey.algorithm.name is "AES-CBC" 9 PASS tmpKey.algorithm.name is "AES-CBC"
10 PASS tmpKey.algorithm.length is 128 10 PASS tmpKey.algorithm.length is 128
(...skipping 13 matching lines...) Expand all
24 PASS tmpKey.extractable is false 24 PASS tmpKey.extractable is false
25 PASS tmpKey.algorithm.name is "AES-CBC" 25 PASS tmpKey.algorithm.name is "AES-CBC"
26 PASS tmpKey.algorithm.length is 128 26 PASS tmpKey.algorithm.length is 128
27 PASS tmpKey.usages.join(',') is "encrypt,decrypt" 27 PASS tmpKey.usages.join(',') is "encrypt,decrypt"
28 PASS: Encryption should be [8518b8878d34e7185e300d0fcc426396] and was 28 PASS: Encryption should be [8518b8878d34e7185e300d0fcc426396] and was
29 PASS: Decryption should be [] and was 29 PASS: Decryption should be [] and was
30 PASS successfullyParsed is true 30 PASS successfullyParsed is true
31 31
32 TEST COMPLETE 32 TEST COMPLETE
33 33
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698