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

Side by Side Diff: chrome/test/data/android/url_overriding/navigation_with_fallback_url.html

Issue 1138363004: Navigate to a locally hosted webpage instead of google.com (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <!-- 3 <!--
4 4
5 Copyright (c) 2015 The Chromium Authors. All rights reserved. 5 Copyright (c) 2015 The Chromium Authors. All rights reserved.
6 Use of this source code is governed by a BSD-style license that can be 6 Use of this source code is governed by a BSD-style license that can be
7 found in the LICENSE file. 7 found in the LICENSE file.
8 8
9 --> 9 -->
10 <head> 10 <head>
11 <meta name="viewport" 11 <meta name="viewport"
12 content="width=device-width, initial-scale=1.0, maximum-scale=1.0" /> 12 content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
13 <script> 13 <script>
14 function openApp() { 14 function openApp() {
15 location.href = 'intent://test/#Intent;scheme=test;package=com.chrome.test ;S.browser_fallback_url=http://www.google.com;end'; 15 location.href = 'intent://test/#Intent;scheme=test;package=com.chrome.test ;S.browser_fallback_url=http%3A%2F%2Flocalhost%3A8000%2Fchrome%2Ftest%2Fdata%2Fa ndroid%2Furl_overriding%2Fhello.html;end';
jbudorick 2015/05/13 12:59:58 Please add chrome/test/data/android/url_overriding
Changwan Ryu 2015/05/14 02:18:30 Done.
16 }; 16 };
17 </script> 17 </script>
18 </head> 18 </head>
19 <body style='height:10000px;' onclick='openApp();'> 19 <body style='height:10000px;' onclick='openApp();'>
20 Click page to open App!! 20 Click page to open App!!
21 </body> 21 </body>
22 </html> 22 </html>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698