| Index: chrome/test/data/extensions/platform_apps/app_view/host_app/window.html
|
| diff --git a/chrome/test/data/extensions/platform_apps/app_view/host_app/window.html b/chrome/test/data/extensions/platform_apps/app_view/host_app/window.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..80956a9f5ec68f3b29c763634a61176117247d1f
|
| --- /dev/null
|
| +++ b/chrome/test/data/extensions/platform_apps/app_view/host_app/window.html
|
| @@ -0,0 +1,12 @@
|
| +<!--
|
| + * Copyright (c) 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.
|
| +-->
|
| +<!DOCTYPE html>
|
| +<html>
|
| +<body>
|
| + <p> The Host App for AppViewTest.TestKillGuest* tests. It does not actually
|
| + host anything. </p>
|
| +</body>
|
| +</html>
|
|
|