Sign in
webkit
/
WebKit
/
939e9d9dca352ef0e519c767220f928dea5a0c13
/
.
/
LayoutTests
/
fast
/
url
/
navigate-non-ascii.html
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>