| Index: LayoutTests/crypto/sign-verify.html
|
| diff --git a/LayoutTests/crypto/sign-verify.html b/LayoutTests/crypto/sign-verify.html
|
| index 2b07f145f080f59bc5bfcf4ce1d3f93d1546d009..8846007100527afcd069bbcf5ef9def32b903655 100644
|
| --- a/LayoutTests/crypto/sign-verify.html
|
| +++ b/LayoutTests/crypto/sign-verify.html
|
| @@ -94,6 +94,7 @@ function runSuccessTestCase(testCase)
|
| shouldBe("tmpKey.extractable", "false")
|
| shouldBe("tmpKey.algorithm.name", "'HMAC'")
|
| shouldBe("tmpKey.algorithm.hash.name", "'" + testCase.algorithm + "'")
|
| + shouldEvaluateTo("tmpKey.algorithm.length", keyData.length * 8);
|
| shouldBe("tmpKey.usages.join(',')", "'sign,verify'")
|
|
|
| // (2) Sign.
|
|
|