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

Unified 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/crypto/aes-cbc-decrypt-failure-expected.txt
diff --git a/LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-focus-expected.txt b/LayoutTests/crypto/aes-cbc-decrypt-failure-expected.txt
similarity index 27%
copy from LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-focus-expected.txt
copy to LayoutTests/crypto/aes-cbc-decrypt-failure-expected.txt
index 350c612d216809bed95e10509ac6bb18121ad181..501c8656194b01d8eb45dc8fae179c609b5d47af 100644
--- a/LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-focus-expected.txt
+++ b/LayoutTests/crypto/aes-cbc-decrypt-failure-expected.txt
@@ -1,14 +1,16 @@
-Check if focus() for focused input does not change focused sub-field.
+Decrypting truncated AES-CBC ciphertext should fail
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-Move focus to the second sub-field:
-PASS document.activeElement is timeInput
-PASS shadowPseudoIdOfFocused(timeInput) is "-webkit-datetime-edit-minute-field"
-PASS timeInput.focus(); shadowPseudoIdOfFocused(timeInput) is "-webkit-datetime-edit-minute-field"
-Click on a delimiter between sub-fields, then check if focused element is not changed:
-PASS shadowPseudoIdOfFocused(timeInput) is "-webkit-datetime-edit-minute-field"
+PASS: Decryption succeeded
+PASS: decrypting failed. ciphertext length: 0
+PASS: decrypting failed. ciphertext length: 79
+PASS: decrypting failed. ciphertext length: 64
+PASS: decrypting failed. ciphertext length: 1
+PASS: decrypting failed. ciphertext length: 15
+PASS: decrypting failed. ciphertext length: 16
+PASS: decrypting failed. ciphertext length: 17
PASS successfullyParsed is true
TEST COMPLETE
« 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