blob: 7f8b1c1749c04399e891128539d73cd6df990d78 (
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>Dijit Manual Test Runner</title>
</head>
<body>
Redirecting to D.O.H runner
<script>
window.location.replace("../../util/doh/runner.html?testModule=dijit.tests.manualTests"+window.location.search.replace(/^\?/,"&"));
</script>
</body>
</html>
|