<script src="../include.js"></script> <script> test(() => { window.open('blob:file://').close(); println("PASS! (Didn't crash)"); }) </script>