Bug 1179059 - Remove "storage" permission check because it doesn't exist anymore. r=myk

This commit is contained in:
Marco Castelluccio 2015-06-30 17:50:00 -04:00
parent a00fed3cb2
commit c8bb5d4b1c

View File

@ -19,10 +19,6 @@ function test() {
is(DOMApplicationRegistry.getAppLocalIdByManifestURL(app.manifestURL), principal.appId, "Principal app ID correct");
let perms = [
{
manifestName: "storage",
permName: "indexedDB",
},
{
manifestName: "geolocation",
permName: "geolocation",