| Index: LayoutTests/crypto/clone-rsaKey-private.html
|
| diff --git a/LayoutTests/crypto/clone-rsaKey-private.html b/LayoutTests/crypto/clone-rsaKey-private.html
|
| index a9400dad7fca07cbd6687759014b9a3a7db8791d..98e8e6b0ccc9e3af59caf5b71b9182176a5c9cb4 100644
|
| --- a/LayoutTests/crypto/clone-rsaKey-private.html
|
| +++ b/LayoutTests/crypto/clone-rsaKey-private.html
|
| @@ -57,7 +57,7 @@ function runTest(algorithmName, extractable, keyUsages, keyData)
|
| shouldBeUndefined("importedKey.algorithm.hash");
|
| shouldEvaluateAs("importedKey.usages.join(',')", keyUsages.join(","));
|
|
|
| - shouldBeTrue("importedKey != clonedKey");
|
| + shouldNotBe("importedKey", "clonedKey");
|
|
|
| shouldBeUndefined("clonedKey.extraProperty");
|
| shouldEvaluateAs("clonedKey.type", "private");
|
|
|