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

Unified Diff: LayoutTests/crypto/rsa-oaep-key-manipulation-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/crypto/import-jwk-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/crypto/rsa-oaep-key-manipulation-expected.txt
diff --git a/LayoutTests/crypto/rsa-oaep-key-manipulation-expected.txt b/LayoutTests/crypto/rsa-oaep-key-manipulation-expected.txt
index c6d847b9d1132d5cc05143a30c787016af131ad4..8247e2bc8049058bbc3712cc3b37a39ef090368b 100644
--- a/LayoutTests/crypto/rsa-oaep-key-manipulation-expected.txt
+++ b/LayoutTests/crypto/rsa-oaep-key-manipulation-expected.txt
@@ -23,9 +23,9 @@ error is: InvalidAccessError: key.usages does not permit this operation
error is: InvalidAccessError: key.algorithm does not match that of operation
Trying to export keys to raw...
-error is: InvalidAccessError: The key is not of the expected type
+error is: NotSupportedError: Unsupported export key format for algorithm
PASS Promise rejected for exporting public key
-error is: InvalidAccessError: The key is not of the expected type
+error is: NotSupportedError: Unsupported export key format for algorithm
PASS Promise rejected for exporting private key
Exporting public key to JWK...
« no previous file with comments | « LayoutTests/crypto/import-jwk-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698