| Index: LayoutTests/crypto/clone-aesKey.html
|
| diff --git a/LayoutTests/crypto/clone-aesKey.html b/LayoutTests/crypto/clone-aesKey.html
|
| index 4f6d390a7303651d357c60915d2edcf3f45e09d3..0347f599728c6c6343ac1db32e8bb810911fe69d 100644
|
| --- a/LayoutTests/crypto/clone-aesKey.html
|
| +++ b/LayoutTests/crypto/clone-aesKey.html
|
| @@ -54,7 +54,7 @@ function runTest(algorithmName, extractable, keyUsages, keyData)
|
| shouldEvaluateAs("importedKey.algorithm.length", importData.length * 8);
|
| shouldEvaluateAs("importedKey.usages.join(',')", keyUsages.join(","));
|
|
|
| - shouldBeTrue("importedKey != clonedKey");
|
| + shouldNotBe("importedKey", "clonedKey");
|
|
|
| shouldBeUndefined("clonedKey.extraProperty");
|
| shouldEvaluateAs("clonedKey.type", "secret");
|
|
|