blob: 741db7d118dedb545abd0e9f234dc5f5a7b4f28f [file] [log] [blame]
<!DOCTYPE HTML>
<html>
<head>
<title>File Writer Events Shared Worker</title>
<script src="../../../resources/js-test.js"></script>
</head>
<body>
<div id="description"></div>
<div id="console"></div>
<script>
var worker = startWorker("../resources/shared-worker-stub.js", "shared");
worker.port.postMessage("IMPORT:file-writer-events.js");
</script>
</body>
</html>