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

Unified Diff: LayoutTests/crypto/sign-verify-expected.txt

Issue 23164012: WebCrypto: Remove support for multi-part operations. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Sync to tot Created 7 years, 4 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/sign-verify.html ('k') | Source/core/platform/chromium/support/WebCrypto.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/crypto/sign-verify-expected.txt
diff --git a/LayoutTests/crypto/sign-verify-expected.txt b/LayoutTests/crypto/sign-verify-expected.txt
index 72ccb1fa8b725b3c40b184a3847c0e3fa9ca3cd3..a627424eca77b975135622270f284a96f3c487e7 100644
--- a/LayoutTests/crypto/sign-verify-expected.txt
+++ b/LayoutTests/crypto/sign-verify-expected.txt
@@ -3,9 +3,9 @@ Tests cypto.subtle.sign and crypto.subtle.verify
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS crypto.subtle.verify(hmacSha1, hmacSha1Key, null) threw exception TypeError: Type error.
-PASS crypto.subtle.verify(hmacSha1, hmacSha1Key, 'a') threw exception TypeError: Type error.
-PASS crypto.subtle.verify(hmacSha1, hmacSha1Key, []) threw exception TypeError: Type error.
+PASS crypto.subtle.verify(hmacSha1, hmacSha1Key, null, data) threw exception TypeError: Type error.
+PASS crypto.subtle.verify(hmacSha1, hmacSha1Key, 'a', data) threw exception TypeError: Type error.
+PASS crypto.subtle.verify(hmacSha1, hmacSha1Key, [], data) threw exception TypeError: Type error.
PASS signResult.byteLength is 17
PASS verifyResult1 is true
PASS verifyResult2 is false
« no previous file with comments | « LayoutTests/crypto/sign-verify.html ('k') | Source/core/platform/chromium/support/WebCrypto.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698