| Index: LayoutTests/crypto/clone-rsaHashedKey-private.html
|
| diff --git a/LayoutTests/crypto/clone-rsaHashedKey-private.html b/LayoutTests/crypto/clone-rsaHashedKey-private.html
|
| index 950eab4694caa4edb374342eda6f82bca2ab5b60..be3526a872921bf06795d43e31de030b929479af 100644
|
| --- a/LayoutTests/crypto/clone-rsaHashedKey-private.html
|
| +++ b/LayoutTests/crypto/clone-rsaHashedKey-private.html
|
| @@ -58,7 +58,7 @@ function runTest(algorithmName, 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", "private");
|
|
|