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

Side by Side Diff: LayoutTests/crypto/subtle/aes-cbc/decrypt-failures-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 Decrypting truncated AES-CBC ciphertext should fail 1 Decrypting truncated AES-CBC ciphertext should fail
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: Decryption succeeded 6 PASS: Decryption succeeded
7 error is: OperationError: 7 error is: OperationError:
8 PASS: decrypting failed. ciphertext length: 0 8 PASS: decrypting failed. ciphertext length: 0
9 error is: OperationError: 9 error is: OperationError:
10 PASS: decrypting failed. ciphertext length: 79 10 PASS: decrypting failed. ciphertext length: 79
11 error is: OperationError: 11 error is: OperationError:
12 PASS: decrypting failed. ciphertext length: 64 12 PASS: decrypting failed. ciphertext length: 64
13 error is: OperationError: 13 error is: OperationError:
14 PASS: decrypting failed. ciphertext length: 1 14 PASS: decrypting failed. ciphertext length: 1
15 error is: OperationError: 15 error is: OperationError:
16 PASS: decrypting failed. ciphertext length: 15 16 PASS: decrypting failed. ciphertext length: 15
17 error is: OperationError: 17 error is: OperationError:
18 PASS: decrypting failed. ciphertext length: 16 18 PASS: decrypting failed. ciphertext length: 16
19 error is: OperationError: 19 error is: OperationError:
20 PASS: decrypting failed. ciphertext length: 17 20 PASS: decrypting failed. ciphertext length: 17
21 PASS successfullyParsed is true 21 PASS successfullyParsed is true
22 22
23 TEST COMPLETE 23 TEST COMPLETE
24 24
OLDNEW
« no previous file with comments | « LayoutTests/crypto/subtle/aes-cbc/decrypt-failures.html ('k') | LayoutTests/crypto/subtle/aes-cbc/encrypt-decrypt.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698