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

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

Issue 144093009: [webcrypto] Remove code supporting Key.algorithm. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 11 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/bindings/bindings.gypi » ('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 a9bd2f278ecf8c35079fd7dde34e8fc5b8d30fab..737e053ccf418f9abc6a0821954f6197937054e2 100644
--- a/LayoutTests/crypto/sign-verify-expected.txt
+++ b/LayoutTests/crypto/sign-verify-expected.txt
@@ -13,32 +13,26 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS tmpKey.type is 'secret'
PASS tmpKey.extractable is false
PASS tmpKey.algorithm.name is 'HMAC'
-PASS tmpKey.algorithm.hash.name is tmpHashName
PASS tmpKey.usages.join(',') is 'sign,verify'
PASS tmpKey.type is 'secret'
PASS tmpKey.extractable is false
PASS tmpKey.algorithm.name is 'HMAC'
-PASS tmpKey.algorithm.hash.name is tmpHashName
PASS tmpKey.usages.join(',') is 'sign,verify'
PASS tmpKey.type is 'secret'
PASS tmpKey.extractable is false
PASS tmpKey.algorithm.name is 'HMAC'
-PASS tmpKey.algorithm.hash.name is tmpHashName
PASS tmpKey.usages.join(',') is 'sign,verify'
PASS tmpKey.type is 'secret'
PASS tmpKey.extractable is false
PASS tmpKey.algorithm.name is 'HMAC'
-PASS tmpKey.algorithm.hash.name is tmpHashName
PASS tmpKey.usages.join(',') is 'sign,verify'
PASS tmpKey.type is 'secret'
PASS tmpKey.extractable is false
PASS tmpKey.algorithm.name is 'HMAC'
-PASS tmpKey.algorithm.hash.name is tmpHashName
PASS tmpKey.usages.join(',') is 'sign,verify'
PASS tmpKey.type is 'secret'
PASS tmpKey.extractable is false
PASS tmpKey.algorithm.name is 'HMAC'
-PASS tmpKey.algorithm.hash.name is tmpHashName
PASS tmpKey.usages.join(',') is 'sign,verify'
PASS: Mac should be [fbdb1d1b18aa6c08324b7d64b71fb76370690e1d] and was
PASS: Mac should be [b613679a0814d9ec772f95d778c35fc5ff1697c493715653c6c712144292c5ad] and was
« no previous file with comments | « LayoutTests/crypto/sign-verify.html ('k') | Source/bindings/bindings.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698