Sign in
chromium
/
external
/
selenium
/
master
/
.
/
common
/
src
/
web
/
meta-redirect.html
blob: 7cda876a6894ce9ea2ba5499ac76a11fb4d9c911 [
file
] [
log
] [
blame
]
<html>
<head>
<title>
Some test page
</title>
<meta
http-equiv
=
"refresh"
content
=
"0;URL=resultPage.html"
/>
</head>
<body>
<script
type
=
"text/javascript"
language
=
"javascript"
>
<!--
location
.
replace
(
"resultPage.html"
);
//-->
</script>
</body>
</html>