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]
/
content
/
test
/
data
/
fileapi
/
request_test.html
blob
b59f70463fb29c48a3df8fa89211a3fdc85399fb
1
<html>
2
<head>
3
<title>
FileAPI request test
</title>
4
<script
type
=
"text/javascript"
src
=
"common.js"
></script>
5
<script
type
=
"text/javascript"
src
=
"request_test.js"
></script>
6
</head>
7
<body
onLoad
=
"test()"
>
8
<div
id
=
"status"
>
Starting...
</div>
9
</body>
10
</html>