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

Unified Diff: chrome/test/data/extensions/platform_apps/iframes/local-iframe.html

Issue 10387074: Only disallow top-level navigations in platform apps (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nits Created 8 years, 7 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/iframes/local-iframe.html
diff --git a/chrome/test/data/extensions/platform_apps/navigation/nav-target.html b/chrome/test/data/extensions/platform_apps/iframes/local-iframe.html
similarity index 69%
copy from chrome/test/data/extensions/platform_apps/navigation/nav-target.html
copy to chrome/test/data/extensions/platform_apps/iframes/local-iframe.html
index 0a56337613f9c2a5dc67761ff3033e1eb273c13d..c5b3730b43184e8e2bc275616d74d89404578f8d 100644
--- a/chrome/test/data/extensions/platform_apps/navigation/nav-target.html
+++ b/chrome/test/data/extensions/platform_apps/iframes/local-iframe.html
@@ -1,11 +1,10 @@
<!--
- * Copyright (c) 2012 The Chromium Authors. All rights reserved. Use of this
+ * Copyright (c) 2012 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>
-<script src="nav-target.js"></script>
-This page should never be reached.
+This frame should be displayed.
</body>
</html>
« no previous file with comments | « chrome/browser/ui/extensions/shell_window.cc ('k') | chrome/test/data/extensions/platform_apps/iframes/main.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698