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

Side by Side Diff: LayoutTests/crypto/subtle/aes-cbc/encrypt-decrypt-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 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
« no previous file with comments | « LayoutTests/crypto/subtle/aes-cbc/encrypt-decrypt.html ('k') | LayoutTests/crypto/subtle/aes-cbc/failures.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698