1 <script src=
"common.js"></script>
3 // This tests the user cancelling an install started by
4 // beginInstallWithManifest3.
6 var manifest
= getManifest();
7 getIconData(function(icon
) {
10 chrome
.webstorePrivate
.beginInstallWithManifest3(
11 {'id':extensionId
, 'iconData': icon
, 'manifest': manifest
},
13 assertEq(result
, "user_cancelled");