Chromium Code Reviews| Index: chrome/test/data/extensions/platform_apps/example/basic/window.html |
| diff --git a/chrome/test/data/extensions/platform_apps/example/basic/window.html b/chrome/test/data/extensions/platform_apps/example/basic/window.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..0386a4f1793adf92e047ea77eab6150e7828f85b |
| --- /dev/null |
| +++ b/chrome/test/data/extensions/platform_apps/example/basic/window.html |
| @@ -0,0 +1,12 @@ |
| +<!DOCTYPE html> |
| +<!-- |
| +Copyright 2015 The Chromium Authors. All rights reserved. |
| +Use of this source code is governed by a BSD-style license that can be |
| +found in the LICENSE file. |
| +--> |
| +<html> |
| + <body> |
| + <p>Content</p> |
| + <script src="window.js"></script> |
| + </body> |
| +</html> |