| 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.
|
|
|