Index: chrome/test/data/safe_browsing/malware2.html |
diff --git a/chrome/test/data/safe_browsing/malware2.html b/chrome/test/data/safe_browsing/malware2.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..27e22fdedb7a8cac65411dbc848c79515ee6732f |
--- /dev/null |
+++ b/chrome/test/data/safe_browsing/malware2.html |
@@ -0,0 +1,8 @@ |
+<html> |
+<body> |
+<iframe src="malware_iframe.html"></iframe> |
+<iframe src="http://example.com/cross_site_iframe.html"></iframe> |
+<img src="malware_image.png"> |
+<img src="http://example.com/image.png"> |
+</body> |
+</html> |