Index: chrome/test/data/extensions/platform_apps/web_view/accept_touch_events/guest.html |
diff --git a/chrome/test/data/extensions/platform_apps/web_view/visibility_changed/main.html b/chrome/test/data/extensions/platform_apps/web_view/accept_touch_events/guest.html |
similarity index 65% |
copy from chrome/test/data/extensions/platform_apps/web_view/visibility_changed/main.html |
copy to chrome/test/data/extensions/platform_apps/web_view/accept_touch_events/guest.html |
index d7227a6acdd514ac47b9cb90ad272a7e1fbc8dd9..1f170ffb7bfa8fa8aba2b066856e794333a5844c 100644 |
--- a/chrome/test/data/extensions/platform_apps/web_view/visibility_changed/main.html |
+++ b/chrome/test/data/extensions/platform_apps/web_view/accept_touch_events/guest.html |
@@ -5,8 +5,11 @@ |
* LICENSE file. |
--> |
<html> |
+<head> |
+ <script type="text/javascript" src="guest.js"></script> |
+</head> |
<body> |
- <div id="webview-tag-container"></div> |
- <script src="main.js"></script> |
+ Test guest. |
+ <div id="touch-div"></div> |
</body> |
</html> |