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