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

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:0373798fa874
1 {
2 "name": "data:URI Activity Href App",
3 "description": "App with an invalid activity href",
4 "installs_allowed_from": [ "*" ],
5 "activities": {
6 "without_href": { },
7 "valid_href": {
8 "href": "/transfer.html"
9 },
10 "invalid_href": {
11 "href": "data:text/html;base64,PGh0bWw+DQo8aGVhZD4NCjwvaGVhZD4NCjxib2R5Pg0KPGI+SGFoITwvYj4NCjwvYm9keT4NCjwvaHRtbD4="
12 }
13 }
14 }

mercurial