Sign in
webkit
/
WebKit
/
b34b0aa0a2445ca104daec0235d448a47cf8fd04
/
.
/
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>