gecko/testing/mochitest/redirect.html

15 lines
256 B
HTML
Raw Normal View History

<html>
<head>
<title>redirecting...</title>
<script type="text/javascript" src="redirect.js"></script>
2008-02-13 23:33:19 -08:00
<script type="text/javascript">
redirect("chrome://mochikit/content/harness.xul");
</script>
</head>
<body>
redirecting...
</body>
</html>