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

Unified 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: added directory to isolate file 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_shell_test_apk.isolate ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/android/url_overriding/navigation_with_fallback_url.html
diff --git a/chrome/test/data/android/url_overriding/navigation_with_fallback_url.html b/chrome/test/data/android/url_overriding/navigation_with_fallback_url.html
index 423d8d350063d856778bb572875752d976e667c0..330e7409c803e4760d38d0404d6b4c09a48a6574 100644
--- a/chrome/test/data/android/url_overriding/navigation_with_fallback_url.html
+++ b/chrome/test/data/android/url_overriding/navigation_with_fallback_url.html
@@ -12,7 +12,7 @@ found in the LICENSE file.
content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
<script>
function openApp() {
- location.href = 'intent://test/#Intent;scheme=test;package=com.chrome.test;S.browser_fallback_url=http://www.google.com;end';
+ location.href = 'intent://test/#Intent;scheme=test;package=com.chrome.test;S.browser_fallback_url=http%3A%2F%2Flocalhost%3A8000%2Fchrome%2Ftest%2Fdata%2Fandroid%2Furl_overriding%2Fhello.html;end';
};
</script>
</head>
« no previous file with comments | « chrome/chrome_shell_test_apk.isolate ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698