Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / crypto / wrapKey-unextractable.html
index 562a890..5f2de06 100644 (file)
@@ -42,8 +42,7 @@ importWrappingKey().then(function(result) {
     wrapAlgorithm = {name: 'aes-cbc', iv: new Uint8Array(16)};
     return crypto.subtle.wrapKey('raw', key, wrappingKey, wrapAlgorithm);
 }).then(failAndFinishJSTest, function(result) {
-    error = result;
-    shouldBeNull("error");
+    logError(result);
 }).then(finishJSTest, failAndFinishJSTest);
 
 </script>