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

Side by Side Diff: LayoutTests/crypto/aes-cbc-decrypt-failure-expected.txt

Issue 258203003: [webcrypto] Define the DOMException OperationError. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase, just in case... Created 6 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « LayoutTests/crypto/aes-cbc-decrypt-failure.html ('k') | Source/core/dom/DOMException.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 PASS: decrypting failed. ciphertext length: 0 8 PASS: decrypting failed. ciphertext length: 0
9 error is: OperationError:
8 PASS: decrypting failed. ciphertext length: 79 10 PASS: decrypting failed. ciphertext length: 79
11 error is: OperationError:
9 PASS: decrypting failed. ciphertext length: 64 12 PASS: decrypting failed. ciphertext length: 64
13 error is: OperationError:
10 PASS: decrypting failed. ciphertext length: 1 14 PASS: decrypting failed. ciphertext length: 1
15 error is: OperationError:
11 PASS: decrypting failed. ciphertext length: 15 16 PASS: decrypting failed. ciphertext length: 15
17 error is: OperationError:
12 PASS: decrypting failed. ciphertext length: 16 18 PASS: decrypting failed. ciphertext length: 16
19 error is: OperationError:
13 PASS: decrypting failed. ciphertext length: 17 20 PASS: decrypting failed. ciphertext length: 17
14 PASS successfullyParsed is true 21 PASS successfullyParsed is true
15 22
16 TEST COMPLETE 23 TEST COMPLETE
17 24
OLDNEW
« no previous file with comments | « LayoutTests/crypto/aes-cbc-decrypt-failure.html ('k') | Source/core/dom/DOMException.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698