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

Unified Diff: chrome/test/data/extensions/platform_apps/url_handlers/launching_tabs/call_window_open.html

Issue 23847004: "Redirecting URLs to Packaged Apps" implementation: revised (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Limit interception to http:// and https:// Created 7 years, 3 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/url_handlers/launching_tabs/call_window_open.html
diff --git a/chrome/test/data/extensions/platform_apps/web_view/newwindow/newwindow.html b/chrome/test/data/extensions/platform_apps/url_handlers/launching_tabs/call_window_open.html
similarity index 73%
copy from chrome/test/data/extensions/platform_apps/web_view/newwindow/newwindow.html
copy to chrome/test/data/extensions/platform_apps/url_handlers/launching_tabs/call_window_open.html
index 5c6b9de87723eecf650b387da85204c2d3cb8999..7ce197d4f49fb3d2271f6c4d47c9b5ccb8f1f7fa 100644
--- a/chrome/test/data/extensions/platform_apps/web_view/newwindow/newwindow.html
+++ b/chrome/test/data/extensions/platform_apps/url_handlers/launching_tabs/call_window_open.html
@@ -5,6 +5,7 @@
-->
<html>
<body>
- <webview></webview>
+I'm a page that calls window.open().
+<script src="navigate.js"></script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698