| Index: chrome/test/data/safe_browsing/iframe_redirect_malware.html
|
| diff --git a/chrome/test/data/safe_browsing/iframe_redirect_malware.html b/chrome/test/data/safe_browsing/iframe_redirect_malware.html
|
| index b8b94bff1e07a5adfa8bbce48794af6503c305d1..45d2087e5735ee00e5bc72cffb6232bcf81b76b4 100644
|
| --- a/chrome/test/data/safe_browsing/iframe_redirect_malware.html
|
| +++ b/chrome/test/data/safe_browsing/iframe_redirect_malware.html
|
| @@ -1,9 +1,9 @@
|
| <html>
|
| <body>
|
| -<iframe src ="/server-redirect?http://localhost/files/safe_browsing/malware.html" width="100%" height="300">
|
| +<iframe src="redirect_to_malware.html" width="100%" height="300">
|
| <p>Your browser does not support iframes.</p>
|
| </iframe>
|
| -<iframe src ="/empty.hml" width="100%" height="300">
|
| +<iframe src="/empty.hml" width="100%" height="300">
|
| <p>Your browser does not support iframes.</p>
|
| </iframe>
|
| </body>
|
|
|