| Index: LayoutTests/crypto/clone-hmacKey.html
|
| diff --git a/LayoutTests/crypto/clone-hmacKey.html b/LayoutTests/crypto/clone-hmacKey.html
|
| index ac26367496a6d591ed4362ba7326f2d8ce39b31f..0c6b77d3a616384249108e92ddc15d1542b8812c 100644
|
| --- a/LayoutTests/crypto/clone-hmacKey.html
|
| +++ b/LayoutTests/crypto/clone-hmacKey.html
|
| @@ -57,7 +57,7 @@ function runTest(hashName, extractable, keyUsages, keyData)
|
| shouldEvaluateAs("importedKey.algorithm.hash.name", hashName);
|
| shouldEvaluateAs("importedKey.usages.join(',')", keyUsages.join(","));
|
|
|
| - shouldBeTrue("importedKey != clonedKey");
|
| + shouldNotBe("importedKey", "clonedKey");
|
|
|
| shouldBeUndefined("clonedKey.extraProperty");
|
| shouldEvaluateAs("clonedKey.type", "secret");
|
|
|