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

Unified Diff: LayoutTests/crypto/import-jwk-expected.txt

Issue 806913006: [WebCrypto] Move LayoutTests from crypto to crypto/subtle (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update path for deserialize legacy tests Created 6 years 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/import-jwk.html ('k') | LayoutTests/crypto/importKey-badParameters.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/crypto/import-jwk-expected.txt
diff --git a/LayoutTests/crypto/import-jwk-expected.txt b/LayoutTests/crypto/import-jwk-expected.txt
deleted file mode 100644
index 91b70dc28e856d69534820666c626fad76e18c32..0000000000000000000000000000000000000000
--- a/LayoutTests/crypto/import-jwk-expected.txt
+++ /dev/null
@@ -1,28 +0,0 @@
-Test error handling for JWK import.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-error is: DataError: The required JWK member "kty" was missing
-error is: DataError: The required JWK member "kty" was missing
-error is: DataError: The required JWK member "kty" was missing
-error is: DataError: The JWK "kty" member was not "oct"
-error is: DataError: The JWK "alg" member was inconsistent with that specified by the Web Crypto call
-error is: DataError: The JWK "alg" member was inconsistent with that specified by the Web Crypto call
-error is: DataError: The JWK "alg" member was inconsistent with that specified by the Web Crypto call
-error is: DataError: The required JWK member "k" was missing
-error is: DataError: The required JWK member "k" was missing
-error is: DataError: The JWK "k" member did not include the right length of key data for the given algorithm.
-error is: DataError: The JWK "k" member did not include the right length of key data for the given algorithm.
-
-importKey() with 'k' member containing '+' and '/' characters...
-error is: DataError: The JWK member "k" could not be base64url decoded or contained padding
-error is: DataError: The JWK "kty" member was not "oct"
-error is: DataError: The JWK "alg" member was inconsistent with that specified by the Web Crypto call
-error is: DataError: The JWK "use" member could not be parsed
-Boolean JWK property passed as a string and worked
-String JWK property passed as a number and worked
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
« no previous file with comments | « LayoutTests/crypto/import-jwk.html ('k') | LayoutTests/crypto/importKey-badParameters.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698