| Index: LayoutTests/crypto/sign-verify.html
|
| diff --git a/LayoutTests/crypto/sign-verify.html b/LayoutTests/crypto/sign-verify.html
|
| index 79b791d31cb40126d57b798109650e60711cb64a..e7fded06a26944448233e5de043090ce2fee0641 100644
|
| --- a/LayoutTests/crypto/sign-verify.html
|
| +++ b/LayoutTests/crypto/sign-verify.html
|
| @@ -89,11 +89,9 @@ function runSuccessTestCase(testCase)
|
|
|
| // shouldBe() can only resolve variables in global context.
|
| tmpKey = key;
|
| - tmpHashName = testCase.algorithm;
|
| shouldBe("tmpKey.type", "'secret'")
|
| shouldBe("tmpKey.extractable", "false")
|
| shouldBe("tmpKey.algorithm.name", "'HMAC'")
|
| - shouldBe("tmpKey.algorithm.hash.name", "tmpHashName")
|
| shouldBe("tmpKey.usages.join(',')", "'sign,verify'")
|
|
|
| // (2) Sign.
|
|
|