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
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
http
/
tests
/
download
/
basic-ascii.html
blob
5b710216047c950d72291dd8943dd317a246c820
1
<meta
charset
=
"koi8-r"
>
2
<script>
3
if
(
window
.
testRunner
) {
4
testRunner
.
dumpAsText
();
5
testRunner
.
setCustomPolicyDelegate
(
true
,
true
);
6
}
7
</script>
8
<p>
Download file name should be
"test file.txt"
.
</p>
9
<iframe
src
=
"resources/basic-ascii.php"
></iframe>