| Index: chrome/test/data/extensions/platform_apps/app_view/bad_app/window.html | 
| diff --git a/chrome/test/data/extensions/platform_apps/web_view/clear_data_cache/embedder.html b/chrome/test/data/extensions/platform_apps/app_view/bad_app/window.html | 
| similarity index 56% | 
| copy from chrome/test/data/extensions/platform_apps/web_view/clear_data_cache/embedder.html | 
| copy to chrome/test/data/extensions/platform_apps/app_view/bad_app/window.html | 
| index f66916634ed88d375315647e1743a0701f03702d..1c45f50be7568debe5ceda39309198356cf4cb77 100644 | 
| --- a/chrome/test/data/extensions/platform_apps/web_view/clear_data_cache/embedder.html | 
| +++ b/chrome/test/data/extensions/platform_apps/app_view/bad_app/window.html | 
| @@ -3,9 +3,12 @@ | 
| * source code is governed by a BSD-style license that can be found in the | 
| * LICENSE file. | 
| --> | 
| +<!DOCTYPE html> | 
| <html> | 
| <body> | 
| -  <div id="webview-tag-container"></div> | 
| -  <script src="embedder.js"></script> | 
| +  <p> | 
| +    This is a mock application which will play the role of the bad app in | 
| +    AppViewTest.KillGuest* tests. It always gets killed. | 
| +  </p> | 
| </body> | 
| </html> | 
|  |