diff options
author | panayiotis@google.com <panayiotis@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-30 01:07:45 +0000 |
---|---|---|
committer | panayiotis@google.com <panayiotis@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-30 01:07:45 +0000 |
commit | a652282217f0f402a9eec7b64d780aef4382cec1 (patch) | |
tree | fcaca7495cfc2e17de942c03ab7eacf746fa2a79 /chrome/test | |
parent | 5fd5d03c6cfad79ea403b4921dd84da5e01f4939 (diff) | |
download | chromium_src-a652282217f0f402a9eec7b64d780aef4382cec1.zip chromium_src-a652282217f0f402a9eec7b64d780aef4382cec1.tar.gz chromium_src-a652282217f0f402a9eec7b64d780aef4382cec1.tar.bz2 |
A browser test for safe_browsing_blocking_page. It tests some simple cases for now, we can add more complex ones in the future.
BUG=63778
TEST=browser_tests,unit_tests
Review URL: http://codereview.chromium.org/5314001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67636 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rw-r--r-- | chrome/test/data/safe_browsing/malware.html | 5 | ||||
-rw-r--r-- | chrome/test/data/safe_browsing/malware_iframe.html | 5 |
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> |