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

Unified Diff: chrome/test/data/extensions/platform_apps/iframes/remote-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/remote-iframe.html
diff --git a/chrome/test/data/extensions/platform_apps/navigation/nav-target.html b/chrome/test/data/extensions/platform_apps/iframes/remote-iframe.html
similarity index 67%
copy from chrome/test/data/extensions/platform_apps/navigation/nav-target.html
copy to chrome/test/data/extensions/platform_apps/iframes/remote-iframe.html
index 0a56337613f9c2a5dc67761ff3033e1eb273c13d..ef90d25168feea8f6c30173439cc73a125fabe11 100644
--- a/chrome/test/data/extensions/platform_apps/navigation/nav-target.html
+++ b/chrome/test/data/extensions/platform_apps/iframes/remote-iframe.html
@@ -1,11 +1,11 @@
<!--
- * 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.
+<script src="remote-iframe.js"></script>
+This frame should never be displayed.
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698