dom/tests/mochitest/webapps/apps/invalid_activity_href2.webapp

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/dom/tests/mochitest/webapps/apps/invalid_activity_href2.webapp	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,14 @@
     1.4 +{
     1.5 +  "name": "data:URI Activity Href App",
     1.6 +  "description": "App with an invalid activity href",
     1.7 +  "installs_allowed_from": [ "*" ],
     1.8 +  "activities": {
     1.9 +    "without_href": { },
    1.10 +    "valid_href": {
    1.11 +      "href": "/transfer.html"
    1.12 +    },
    1.13 +    "invalid_href": {
    1.14 +      "href": "data:text/html;base64,PGh0bWw+DQo8aGVhZD4NCjwvaGVhZD4NCjxib2R5Pg0KPGI+SGFoITwvYj4NCjwvYm9keT4NCjwvaHRtbD4="
    1.15 +    }
    1.16 +  }
    1.17 +}

mercurial