summaryrefslogtreecommitdiffstats
path: root/chrome/test
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test')
-rw-r--r--chrome/test/data/safe_browsing/malware.html5
-rw-r--r--chrome/test/data/safe_browsing/malware_iframe.html5
2 files changed, 10 insertions, 0 deletions
diff --git a/chrome/test/data/safe_browsing/malware.html b/chrome/test/data/safe_browsing/malware.html
new file mode 100644
index 0000000..f8ec807
--- /dev/null
+++ b/chrome/test/data/safe_browsing/malware.html
@@ -0,0 +1,5 @@
+<html>
+<body>
+<iframe src="malware_iframe.html">
+</body>
+</html>
diff --git a/chrome/test/data/safe_browsing/malware_iframe.html b/chrome/test/data/safe_browsing/malware_iframe.html
new file mode 100644
index 0000000..baded10
--- /dev/null
+++ b/chrome/test/data/safe_browsing/malware_iframe.html
@@ -0,0 +1,5 @@
+<html>
+<body>
+Malware Iframe
+</body>
+</html>