Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
fast
/
dom
/
location-assign.html
blob: 8371f0eed3cd38927324c137daf8fc9d9e097251 [
file
] [
edit
]
<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>