gecko/testing/mochitest/redirect.html
2008-02-14 02:32:21 -08:00

15 lines
256 B
HTML

<html>
<head>
<title>redirecting...</title>
<script type="text/javascript" src="redirect.js"></script>
<script type="text/javascript">
redirect("chrome://mochikit/content/harness.xul");
</script>
</head>
<body>
redirecting...
</body>
</html>