blob: 26ff163ac4f8dec842e2f55c043c27320db3a0a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Dojo Manual Test Runner</title>
</head>
<body>
Redirecting to D.O.H runner
<script>
window.location.replace("../../util/doh/runner.html?testModule=dojo.tests.manualTests"+window.location.search.replace(/^\?/,"&"));
</script>
</body>
</html>
|