summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/filesystem/file-writer-truncate-extend.html
blob: db78ea9ec2ec48febbe4d066bc45a38a4c89b334 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE HTML>
<html>
 <head>
    <title>File Writer Truncate-To-Extend</title>
    <script src="../../resources/js-test.js"></script>
    <script src="resources/file-writer-utils.js"></script>
 </head>
 <body>
    <div id="description"></div>
    <div id="console"></div>
    <script src="resources/file-writer-truncate-extend.js"></script>
 </body>
</html>