Index: extensions/test/data/web_view/apitest/main.html |
diff --git a/chrome/test/data/extensions/platform_apps/custom_launcher_page/main.html b/extensions/test/data/web_view/apitest/main.html |
similarity index 67% |
copy from chrome/test/data/extensions/platform_apps/custom_launcher_page/main.html |
copy to extensions/test/data/web_view/apitest/main.html |
index 8060cb200c244939c6d8294727b47c1dff6f222a..e4bbf2b0146721923616d97050a52b290cfc7d8c 100644 |
--- a/chrome/test/data/extensions/platform_apps/custom_launcher_page/main.html |
+++ b/extensions/test/data/web_view/apitest/main.html |
@@ -3,9 +3,9 @@ |
* source code is governed by a BSD-style license that can be found in the |
* LICENSE file. |
--> |
- |
<html> |
-<body> |
-<script src="main.js"></script> |
-</body> |
+ <body> |
+ <div id="object-container"></div> |
+ <script src="main.js"></script> |
+ </body> |
</html> |