aboutsummaryrefslogtreecommitdiff
path: root/node_modules/selenium-webdriver/lib/test/data/meta-redirect.html
blob: 9d9c2f0cc990a750d691626c8e21705f4fe98432 (plain)
1
2
3
4
5
6
7
8
9
10
11
<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>