| <!DOCTYPE HTML> |
| <html> |
| <head> |
| <link rel="stylesheet" href="../../js/resources/js-test-style.css"> |
| <title>File Writer Sync Truncate-To-Extend</title> |
| <script src="../../js/resources/js-test-pre.js"></script> |
| <script src="../resources/fs-worker-test-util.js"></script> |
| </head> |
| <body> |
| <div id="description"></div> |
| <div id="console"></div> |
| <script> |
| startWorker("../resources/file-writer-sync-write-overlapped.js"); |
| window.successfullyParsed = true; |
| </script> |
| <script src="../../js/resources/js-test-post.js"></script> |
| </body> |
| </html> |
| |
| |