Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7427)

Unified Diff: chrome/test/data/extensions/platform_apps/extension_view/main.html

Issue 873933002: Add <extensionview> (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move test files out of shim/ directory Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698