summaryrefslogtreecommitdiff
path: root/test/js/location-href.html
blob: 5d4282662454bc34307da41a27438620be4bcddf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
<head>
<title>location interface href</title>
<link rel="stylesheet" type="text/css" href="tst.css">
</head>
<body>
<h1>location interface href</h1>

<noscript><p>Javascript is disabled</p></noscript>
<script>
location.href = "location-enumerate.html";
</script>
</body>
</html>