1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dom/tests/mochitest/webapps/apps/invalid_activity_href.webapp Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,14 @@ 1.4 +{ 1.5 + "name": "Absolute 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 + "absolute_href": { 1.11 + "href": "http://www.mozilla.org" 1.12 + }, 1.13 + "valid_href": { 1.14 + "href": "/transfer.html" 1.15 + } 1.16 + } 1.17 +}