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

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

Issue 206483010: [webcrypto] Refactor some layout tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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
OLDNEW
1 Check if focus() for focused input does not change focused sub-field. 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 Move focus to the second sub-field: 6 PASS: Decryption succeeded
7 PASS document.activeElement is timeInput 7 PASS: decrypting failed. ciphertext length: 0
8 PASS shadowPseudoIdOfFocused(timeInput) is "-webkit-datetime-edit-minute-field" 8 PASS: decrypting failed. ciphertext length: 79
9 PASS timeInput.focus(); shadowPseudoIdOfFocused(timeInput) is "-webkit-datetime- edit-minute-field" 9 PASS: decrypting failed. ciphertext length: 64
10 Click on a delimiter between sub-fields, then check if focused element is not ch anged: 10 PASS: decrypting failed. ciphertext length: 1
11 PASS shadowPseudoIdOfFocused(timeInput) is "-webkit-datetime-edit-minute-field" 11 PASS: decrypting failed. ciphertext length: 15
12 PASS: decrypting failed. ciphertext length: 16
13 PASS: decrypting failed. ciphertext length: 17
12 PASS successfullyParsed is true 14 PASS successfullyParsed is true
13 15
14 TEST COMPLETE 16 TEST COMPLETE
15 17
OLDNEW
« no previous file with comments | « LayoutTests/crypto/aes-cbc-decrypt-failure.html ('k') | LayoutTests/crypto/aes-cbc-encrypt-decrypt.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698