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

Unified Diff: chrome/test/data/safe_browsing/download_protection/navigation_observer/redirect.html

Issue 2258303002: Add testing cases for safe_browsing_navigation_observer class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address nparker's comments Created 4 years, 4 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/download_protection/navigation_observer/redirect.html
diff --git a/chrome/test/data/safe_browsing/download_protection/navigation_observer/redirect.html b/chrome/test/data/safe_browsing/download_protection/navigation_observer/redirect.html
new file mode 100644
index 0000000000000000000000000000000000000000..fda95f843e7f18e7a04bb794584daccb29b1a237
--- /dev/null
+++ b/chrome/test/data/safe_browsing/download_protection/navigation_observer/redirect.html
@@ -0,0 +1,8 @@
+<html>
+ <head>
+ <META HTTP-EQUIV="refresh" content="0; url=../signed.exe">
+ </head>
+ <body>
+ ...
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698