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

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

Issue 10534147: Allow platform apps to open links in the browser. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review feedback Created 8 years, 6 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/open_link/main.html
diff --git a/chrome/test/data/extensions/platform_apps/context_menu/main.html b/chrome/test/data/extensions/platform_apps/open_link/main.html
similarity index 83%
copy from chrome/test/data/extensions/platform_apps/context_menu/main.html
copy to chrome/test/data/extensions/platform_apps/open_link/main.html
index 8fe0840e5ef49545be86f502b979beda6ccaf022..783d5f038ab200d26265e3efa381f579573da4c9 100644
--- a/chrome/test/data/extensions/platform_apps/context_menu/main.html
+++ b/chrome/test/data/extensions/platform_apps/open_link/main.html
@@ -5,6 +5,7 @@
-->
<html>
<body>
+<a id="test-link" target="_blank">Click me</a>
<script src="main.js"></script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698