Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / crypto / clone-aesKey.html
index 4f6d390..0347f59 100644 (file)
@@ -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");