blob: 507cfa33e7a09b51ec406373f73e6f99f6d9e773 [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<script>
var worker = new Worker('worker-read-blob-async-crash.js');
worker.addEventListener('message', function(e) {
location.href = 'about:blank';
}, false);
worker.postMessage({});
</script>
</body>
</html>