| 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>
|
|
|