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

Side by Side Diff: LayoutTests/crypto/subtle/aes-gcm/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-GCM 1 Tests encrypt/decrypt for AES-GCM
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-GCM" 9 PASS tmpKey.algorithm.name is "AES-GCM"
10 PASS tmpKey.usages.join(',') is "encrypt,decrypt" 10 PASS tmpKey.usages.join(',') is "encrypt,decrypt"
(...skipping 17 matching lines...) Expand all
28 PASS typeof tmpKey.extractable is 'boolean' 28 PASS typeof tmpKey.extractable is 'boolean'
29 PASS tmpKey.extractable is false 29 PASS tmpKey.extractable is false
30 PASS tmpKey.algorithm.name is "AES-GCM" 30 PASS tmpKey.algorithm.name is "AES-GCM"
31 PASS tmpKey.usages.join(',') is "encrypt,decrypt" 31 PASS tmpKey.usages.join(',') is "encrypt,decrypt"
32 PASS: Encryption should be [fda718aa1ec163487e21afc34f5a3a34795a9ee71dd3e7ee9a18 fdb24181dc982b29c6ec723294a130ca2234952bb0ef68c0f34795fbe0] and was 32 PASS: Encryption should be [fda718aa1ec163487e21afc34f5a3a34795a9ee71dd3e7ee9a18 fdb24181dc982b29c6ec723294a130ca2234952bb0ef68c0f34795fbe0] and was
33 PASS: Decryption should be [69fd0c9da10b56ec6786333f8d76d4b74f8a434195f2f241f088 b2520fb5fa29455df9893164fb1638abe6617915d9497a8fe2] and was 33 PASS: Decryption should be [69fd0c9da10b56ec6786333f8d76d4b74f8a434195f2f241f088 b2520fb5fa29455df9893164fb1638abe6617915d9497a8fe2] and was
34 PASS successfullyParsed is true 34 PASS successfullyParsed is true
35 35
36 TEST COMPLETE 36 TEST COMPLETE
37 37
OLDNEW
« no previous file with comments | « LayoutTests/crypto/subtle/aes-gcm/encrypt-decrypt.html ('k') | LayoutTests/crypto/subtle/aes-gcm/failures.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698