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

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

Issue 401923002: Rebaseline 2 webcrypto LayoutTests to match new error message. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add baseline for rsa-oaep Created 6 years, 5 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/TestExpectations ('k') | LayoutTests/crypto/rsa-oaep-key-manipulation-expected.txt » ('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
index e7dd40f93b58b07d2ca861b5824102652ac75044..ff634b12fb5f96eee7ad2f7e1674b09e7737445b 100644
--- a/LayoutTests/crypto/import-jwk-expected.txt
+++ b/LayoutTests/crypto/import-jwk-expected.txt
@@ -6,16 +6,16 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
error is: TypeError: Failed to execute 'importKey' on 'SubtleCrypto': No function was found that matched the signature provided.
error is: TypeError: Failed to execute 'importKey' on 'SubtleCrypto': No function was found that matched the signature provided.
error is: DataError: The required JWK property "kty" was missing
-error is: DataError: The JWK "kty" property was unrecognized
-error is: DataError: The JWK "alg" property was not recognized
+error is: DataError: The JWK "kty" property was not "oct"
+error is: DataError: The JWK "alg" property was inconsistent with that specified by the Web Crypto call
error is: DataError: The JWK "alg" property was inconsistent with that specified by the Web Crypto call
error is: DataError: The JWK "alg" property was inconsistent with that specified by the Web Crypto call
error is: DataError: The required JWK property "k" was missing
error is: DataError: The required JWK property "k" was missing
error is: DataError: The JWK "k" property did not include the right length of key data for the given algorithm.
error is: DataError: The JWK "k" property did not include the right length of key data for the given algorithm.
-error is: DataError: The JWK "kty" property was unrecognized
-error is: DataError: The JWK "alg" property was not recognized
+error is: DataError: The JWK "kty" property was not "oct"
+error is: DataError: The JWK "alg" property was inconsistent with that specified by the Web Crypto call
error is: DataError: The JWK "use" property could not be parsed
Boolean JWK property passed as a string and worked
String JWK property passed as a number and worked
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/crypto/rsa-oaep-key-manipulation-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698