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

Side by Side Diff: chrome/test/data/downloads/dangerous/download-dangerous.html

Issue 5781006: Fix pyauto downloads tests to trigger dangerous downloads to match expectation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 10 years 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/test/functional/PYAUTO_TESTS » ('j') | chrome/test/functional/downloads.py » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2 <html><head><title>Test Download Multiple files Infobar.</title>
3 <script>
4 function RedirectToDangerous() {
5 filename = window.location.search.split("?")[1];
6 window.location.href = filename;
7 }
8 </script>
9 </head>
10
11 <body onload="RedirectToDangerous();">
12 <h2>
13 Should trigger download for an unsafe/dangerous file type.<br>
14 Filename should be passed as query string.
15 </h2>
16
17 </body>
18 </html>
19
OLDNEW
« no previous file with comments | « no previous file | chrome/test/functional/PYAUTO_TESTS » ('j') | chrome/test/functional/downloads.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698