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

Unified Diff: chrome/test/data/android/url_overriding/navigation_with_fallback_url_parent_frame.html

Issue 1708683003: [Android] Switch UrlOverridingTest over to the EmbeddedTestServer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: yfriedman comment Created 4 years, 10 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/test/data/android/url_overriding/navigation_with_fallback_url.html ('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_parent_frame.html
diff --git a/chrome/test/data/android/url_overriding/navigation_with_fallback_url_parent_frame.html b/chrome/test/data/android/url_overriding/navigation_with_fallback_url_parent_frame.html
index 82dcc6ecf0148f98c6fead634673d36f9c8b8d81..96c74b88d214c24bc93f0f038c0fa790dffd9813 100644
--- a/chrome/test/data/android/url_overriding/navigation_with_fallback_url_parent_frame.html
+++ b/chrome/test/data/android/url_overriding/navigation_with_fallback_url_parent_frame.html
@@ -2,5 +2,6 @@
<meta name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0"/>
<body style='height:10000px'>
-<iframe src="navigation_with_fallback_url.html" width="100%" height="100%"></iframe>
-</body>
+<iframe src="navigation_with_fallback_url.html?replace_text=PARAM_BASE64_NAME:PARAM_BASE64_VALUE"
+ width="100%" height="100%"></iframe>
+</body>
« no previous file with comments | « chrome/test/data/android/url_overriding/navigation_with_fallback_url.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698