<html>
<head>
<title>JS::JSON JavaScript Testing</title>
<script type="text/javascript" src="lib/Test/Harness.js"></script>
<script type="text/javascript" src="lib/Test/Harness/Browser.js"></script>
</head>
<body>
<script type="text/javascript">
var t = new Test.Harness.Browser();
t.runTests(
"basics.t.html"
);
</script>
</body>
</html>