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

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: Lint 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/iframes/remote-iframe.html b/chrome/test/data/extensions/platform_apps/iframes/remote-iframe.html
new file mode 100644
index 0000000000000000000000000000000000000000..6fbae89c98e3ab89b06e0d902f2f2b8cfcc41747
--- /dev/null
+++ b/chrome/test/data/extensions/platform_apps/iframes/remote-iframe.html
@@ -0,0 +1,11 @@
+<!--
+ * Copyright (c) 2012 The Chromium Authors. All rights reserved. Use of this
miket_OOO 2012/05/11 18:29:08 Same.
Mihai Parparita -not on Chrome 2012/05/11 19:40:49 Done.
+ * source code is governed by a BSD-style license that can be found in the
+ * LICENSE file.
+-->
+<html>
+<body>
+<script src="remote-iframe.js"></script>
+This frame should never be displayed.
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698