| Index: LayoutTests/crypto/clone-rsaHashedKey-public.html
|
| diff --git a/LayoutTests/crypto/clone-rsaHashedKey-public.html b/LayoutTests/crypto/clone-rsaHashedKey-public.html
|
| index 1eb76640a6acbd52f6c5b6fdf780d80f3280327a..4bbe6d78daaa9f8003e05928747228f316df7789 100644
|
| --- a/LayoutTests/crypto/clone-rsaHashedKey-public.html
|
| +++ b/LayoutTests/crypto/clone-rsaHashedKey-public.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", "public");
|
|
|