Sign in
webkit
/
WebKit
/
2b7db40d04e23e466c35ac26a2cac6ea07d1f8ff
/
.
/
LayoutTests
/
fast
/
dom
/
location-assign.html
blob: 8371f0eed3cd38927324c137daf8fc9d9e097251 [
file
] [
log
] [
blame
]
<html>
<script>
if
(
window
.
testRunner
)
{
testRunner
.
waitUntilDone
();
testRunner
.
dumpAsText
();
}
function
runTests
()
{
window
.
location
.
assign
(
'resources/new-location.html'
);
}
</script>
<body
onload
=
"
runTests
();
"
>
FAIL
</body>
</html>