Sign in
chromium
/
chromium
/
chromium
/
51ed77e3f37a9a9b80d6d0a8259e84a8ca635259
/
.
/
content
/
test
/
data
/
fileapi
/
quota_test.html
blob: 8612f0caf3fb34b5d0565ee368aefdd6a9b1c15a [
file
] [
log
] [
blame
]
<html>
<head>
<title>
FileAPI quota test
</title>
<script
type
=
"text/javascript"
src
=
"common.js"
></script>
<script
type
=
"text/javascript"
src
=
"quota_test.js"
></script>
</head>
<body
onLoad
=
"
test
()
"
>
<div
id
=
"status"
>
Starting...
</div>
</body>
</html>