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

Unified Diff: LayoutTests/crypto/importKey.html

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 | « no previous file | LayoutTests/crypto/importKey-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/crypto/importKey.html
diff --git a/LayoutTests/crypto/importKey.html b/LayoutTests/crypto/importKey.html
index 7deabb91d5b96548962e19b49488f79a8cb39fd0..9d6faa8a14af9a9f7a94c2b00929bd441e7590ff 100644
--- a/LayoutTests/crypto/importKey.html
+++ b/LayoutTests/crypto/importKey.html
@@ -29,7 +29,6 @@ Promise.resolve(null).then(function() {
shouldBe("key.type", "'secret'")
shouldBe("key.extractable", "true")
shouldBe("key.algorithm.name", "'HMAC'")
- shouldBe("key.algorithm.hash.name", "'SHA-256'")
shouldBe("key.usages.join(',')", "'encrypt,sign'")
// Same test as above, but with an keyUsages, and AES-CBC.
« no previous file with comments | « no previous file | LayoutTests/crypto/importKey-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698