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

Side by Side Diff: content/test/data/download/iframe-host.html

Issue 2131423003: [Downloads] Add a browser test for <a download> with cross origin iframe. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months 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
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <body>
4 <iframe id="frame"></iframe>
5 <script>
6 var iframeElement = document.querySelector('#frame');
7 url = window.location.href;
8 iframeElement.src = url.substr(url.indexOf('=') + 1);
9 </script>
10 </body>
11 </html>
OLDNEW
« no previous file with comments | « content/browser/download/download_browsertest.cc ('k') | content/test/data/download/iframe-host.html.mock-http-headers » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698