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