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

Unified Diff: LayoutTests/crypto/rsa-ssa-generateKey-parseAlgorithm-failures-expected.txt

Issue 215153005: [refactor] Split up generateKey.html into multiple files, and test errors directly. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Re-upload with --similarity=20 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/rsa-ssa-generateKey-parseAlgorithm-failures.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/crypto/rsa-ssa-generateKey-parseAlgorithm-failures-expected.txt
diff --git a/LayoutTests/crypto/aes-ctr-parseAlgorithm-failures-expected.txt b/LayoutTests/crypto/rsa-ssa-generateKey-parseAlgorithm-failures-expected.txt
similarity index 25%
copy from LayoutTests/crypto/aes-ctr-parseAlgorithm-failures-expected.txt
copy to LayoutTests/crypto/rsa-ssa-generateKey-parseAlgorithm-failures-expected.txt
index a975e6a50467a36fd29b149fa69d6849f96837da..aa3f3548fa41b71dd2fe71d0888a67b807a90f94 100644
--- a/LayoutTests/crypto/aes-ctr-parseAlgorithm-failures-expected.txt
+++ b/LayoutTests/crypto/rsa-ssa-generateKey-parseAlgorithm-failures-expected.txt
@@ -1,10 +1,10 @@
-CONSOLE ERROR: Algorithm: AES-CTR: AesCtrParams: counter: Not an ArrayBufferView
-CONSOLE ERROR: Algorithm: AES-CTR: AesCtrParams: counter: Missing required property
-CONSOLE ERROR: Algorithm: AES-CTR: AesCtrParams: length: Missing required property
-CONSOLE ERROR: Algorithm: AES-CTR: AesCtrParams: length: Outside of numeric range
-CONSOLE ERROR: Algorithm: AES-CTR: AesCtrParams: length: Outside of numeric range
-CONSOLE ERROR: Algorithm: AES-CTR: AesCtrParams: length: Outside of numeric range
-Tests bad algorithm inputs for AES-CTR
+CONSOLE ERROR: Algorithm: RSASSA-PKCS1-v1_5: RsaHashedKeyGenParams: modulusLength: Outside of numeric range
+CONSOLE ERROR: Algorithm: RSASSA-PKCS1-v1_5: RsaHashedKeyGenParams: modulusLength: Is not a number
+CONSOLE ERROR: Algorithm: RSASSA-PKCS1-v1_5: RsaHashedKeyGenParams: modulusLength: Missing required property
+CONSOLE ERROR: Algorithm: RSASSA-PKCS1-v1_5: RsaHashedKeyGenParams: publicExponent: Missing or not a Uint8Array
+CONSOLE ERROR: Algorithm: RSASSA-PKCS1-v1_5: RsaHashedKeyGenParams: publicExponent: Missing or not a Uint8Array
+CONSOLE ERROR: Algorithm: RSASSA-PKCS1-v1_5: RsaHashedKeyGenParams: publicExponent: Missing or not a Uint8Array
+Tests generateKey() with bad RSASSA-PKCS1-v1_5 parameters.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
« no previous file with comments | « LayoutTests/crypto/rsa-ssa-generateKey-parseAlgorithm-failures.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698