Index: chrome/test/data/extensions/platform_apps/extension_view/main.html |
diff --git a/chrome/test/data/extensions/platform_apps/web_view/inside_iframe/main.html b/chrome/test/data/extensions/platform_apps/extension_view/main.html |
similarity index 65% |
copy from chrome/test/data/extensions/platform_apps/web_view/inside_iframe/main.html |
copy to chrome/test/data/extensions/platform_apps/extension_view/main.html |
index 54532dcc986c57e27e68839df406ef56433d368d..6ee173398eb71a54b67b7d363ccb57d289f7d8e2 100644 |
--- a/chrome/test/data/extensions/platform_apps/web_view/inside_iframe/main.html |
+++ b/chrome/test/data/extensions/platform_apps/extension_view/main.html |
@@ -1,12 +1,12 @@ |
<!doctype html> |
<!-- |
- * Copyright 2014 The Chromium Authors. All rights reserved. Use of this |
+ * 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> |
- <iframe></iframe> |
+ <div id="object-container"></div> |
<script src="main.js"></script> |
</body> |
</html> |