Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / crypto / clone-rsaKey-private.html
index a9400da..98e8e6b 100644 (file)
@@ -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");