blob: 4a87afd2a7c5439d54fc3f622262eeec6d880e73 [file] [log] [blame]
<!DOCTYPE HTML>
<html>
<head>
<title>File Writer with empty Blob in Worker</title>
<script src="../../../resources/js-test-pre.js"></script>
</head>
<body>
<div id="description"></div>
<div id="console"></div>
<script>
worker = startWorker("../resources/file-writer-empty-blob.js");
</script>
<script src="../../../resources/js-test-post.js"></script>
</body>
</html>