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