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
/
quota_test.html
blob
8612f0caf3fb34b5d0565ee368aefdd6a9b1c15a
1
<html>
2
<head>
3
<title>
FileAPI quota test
</title>
4
<script
type
=
"text/javascript"
src
=
"common.js"
></script>
5
<script
type
=
"text/javascript"
src
=
"quota_test.js"
></script>
6
</head>
7
<body
onLoad
=
"test()"
>
8
<div
id
=
"status"
>
Starting...
</div>
9
</body>
10
</html>