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

<noscript><p>Javascript is disabled</p></noscript>
<script>
location.assign("location-enumerate.html");
</script>
</body>
</html>