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