repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Apply HSTS to WebSocket connections.
[chromium-blink-merge.git]
/
chrome
/
test
/
data
/
download_script.html
blob
54b31e28b3ecf7bf16bc7fc2d01debcf1b5d7083
1
<!-- Script that starts a download when invoked. -->
2
<script>
3
function
startDownload
() {
4
window
.
location
.
href
=
'download-test1.lib'
;
5
return true
;
6
}
7
</script>
8
<body>
9
</body>