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

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

Issue 285823002: [webcrypto] Remove RSA-ES support (1 of 3) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix some usages 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/crypto/rsa-es-generateKey-parseAlgorithm-failures-expected.txt
diff --git a/LayoutTests/crypto/rsa-es-generateKey-parseAlgorithm-failures-expected.txt b/LayoutTests/crypto/rsa-es-generateKey-parseAlgorithm-failures-expected.txt
deleted file mode 100644
index f6a03626a3ac250441d6354ed5a4e9196f42e8b5..0000000000000000000000000000000000000000
--- a/LayoutTests/crypto/rsa-es-generateKey-parseAlgorithm-failures-expected.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-Tests generateKey() with bad RSAES-PKCS1-v1_5 parameters
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-error is: SyntaxError: RsaKeyGenParams: modulusLength: Outside of numeric range
-error is: SyntaxError: RsaKeyGenParams: modulusLength: Is not a number
-error is: SyntaxError: RsaKeyGenParams: modulusLength: Missing required property
-error is: SyntaxError: RsaKeyGenParams: publicExponent: Missing or not a Uint8Array
-error is: SyntaxError: RsaKeyGenParams: publicExponent: Missing or not a Uint8Array
-error is: SyntaxError: RsaKeyGenParams: publicExponent: Missing or not a Uint8Array
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
« no previous file with comments | « LayoutTests/crypto/rsa-es-generateKey-parseAlgorithm-failures.html ('k') | LayoutTests/crypto/sign-verify-badParameters.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698