Chromium Code Reviews| Index: chrome/test/data/extensions/manifest_tests/launch_container_invalid_type_for_platform.json | 
| diff --git a/chrome/test/data/extensions/manifest_tests/launch_container_invalid_type_for_platform.json b/chrome/test/data/extensions/manifest_tests/launch_container_invalid_type_for_platform.json | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..f9e391eddf707b9f1efff48d9ad3d1df3a48eb1f | 
| --- /dev/null | 
| +++ b/chrome/test/data/extensions/manifest_tests/launch_container_invalid_type_for_platform.json | 
| @@ -0,0 +1,11 @@ | 
| +{ | 
| + "name": "interesting app", | 
| + "version": "1", | 
| + "platform_app": "true", | 
| + "app": { | 
| + "launch": { | 
| + "container": "tab", | 
| + "local_path": "main.html" | 
| + } | 
| + } | 
| +} |