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