diff options
author | kkania@chromium.org <kkania@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-06 04:47:34 +0000 |
---|---|---|
committer | kkania@chromium.org <kkania@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-06 04:47:34 +0000 |
commit | bdd8a0844809ef88321f289382f19a12ef8fd2cc (patch) | |
tree | 2d39cca09ee5660d816bb00526ddf5727670b3be /chrome_frame/test/data | |
parent | 2e9f432fdf535d68e00dc2e28e78503646f5ca45 (diff) | |
download | chromium_src-bdd8a0844809ef88321f289382f19a12ef8fd2cc.zip chromium_src-bdd8a0844809ef88321f289382f19a12ef8fd2cc.tar.gz chromium_src-bdd8a0844809ef88321f289382f19a12ef8fd2cc.tar.bz2 |
Add new SaveLinkAs test for chrome frame.
BUG=none
TEST=none
Patch from Mitchell Berkowitz <mberkowitz@chromium.org>
Review URL: http://codereview.chromium.org/3310023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61615 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/test/data')
-rw-r--r-- | chrome_frame/test/data/save_as_context_menu.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/chrome_frame/test/data/save_as_context_menu.html b/chrome_frame/test/data/save_as_context_menu.html new file mode 100644 index 0000000..b127874 --- /dev/null +++ b/chrome_frame/test/data/save_as_context_menu.html @@ -0,0 +1,8 @@ +<html> + <head> + <title>Save As download test</title> + </head> + <body> + <a href="download_file.zip">Download a file</a> + </body> +</html> |