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

Unified Diff: chrome/test/data/safe_browsing/iframe_redirect_malware.html

Issue 1147353007: safe_browsing_blocking_page_test.cc: Use mock URLRequest jobs instead of SpawnedTestServer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sb-test-server2
Patch Set: review changes Created 5 years, 6 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
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>

Powered by Google App Engine
This is Rietveld 408576698