Sign in
webkit
/
WebKit
/
ddcb508fb20d988871727b9d14b0ec286b96c93c
/
.
/
LayoutTests
/
fast
/
dom
/
Window
/
redirect-with-timer.html
blob: 4df1916dacf9a402fe69b505c4a7a6147fbbb4f8 [
file
] [
log
] [
blame
]
<meta
http-equiv
=
"refresh"
content
=
"0;URL=resources/destination.html"
>
<script>
if
(
window
.
testRunner
)
{
testRunner
.
waitUntilDone
();
testRunner
.
dumpAsText
();
}
setTimeout
(
"window.location.replace('resources/destination.html')"
,
0
)
</script>