Apply HSTS to WebSocket connections.
[chromium-blink-merge.git] / chrome / test / data / download_page3.html
blob2037253e9f77c137ed7b2a6096e825f512483f9a
1 <script>
2 function openNew() {
3 var download = "http://"+window.location.host+"/download-test1.lib";
4 var w = window.open(download);
6 </script>
7 <body>
8 <button onclick="openNew()">click me</button>
9 </body>