summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/filesystem/workers/file-writer-sync-write-overlapped.html
blob: 892e2ba2fdacf73f3dfad4832ee0b77217b3d483 (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="../../js/resources/js-test-pre.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>