blob: d26f3b3d81e206298751b626477bbd2ca9640aef [file] [log] [blame]
<script>
try {
location.assign('//\u2000');
} catch (e) { }
testRunner.waitUntilDone();
testRunner.dumpAsText();
setTimeout(function() {
console.log("This test passes if it does not crash.")
testRunner.notifyDone()
}, 0)
</script>