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

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: 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
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 4dc4c3818840f01373dcfbdfb4cc54094817bba0..0000000000000000000000000000000000000000
--- a/LayoutTests/crypto/import-jwk-expected.txt
+++ /dev/null
@@ -1,25 +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.
-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
-

Powered by Google App Engine
This is Rietveld 408576698