gecko-dev/testing/mochitest/redirect.html

15 строки
256 B
HTML
Исходник Обычный вид История

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