1
0
mirror of synced 2025-11-06 04:30:40 +08:00
Files
Mergely/test/index.html

35 lines
1.2 KiB
HTML
Executable File

<!doctype html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Tests</title>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
<script type="text/javascript" src="../lib/codemirror.js"></script>
<script type="text/javascript" src="../lib/mergely.js"></script>
<script type="text/javascript" src="lib/jsunit/jsunit.js"></script>
<script type="text/javascript" src="lib/jsunit/stacktrace.js"></script>
<script type="text/javascript" src="lib/jsunit/tipTip.js"></script>
<script type="text/javascript" src="tests.js"></script>
<script type="text/javascript" src="macbeth.js"></script>
<link type="text/css" rel="stylesheet" href="../lib/codemirror.css" />
<link type="text/css" rel="stylesheet" href="../lib/mergely.css" />
<link rel="stylesheet" href="lib/jsunit/jsunit.css">
<link rel="stylesheet" href="lib/jsunit/tipTip.css">
</head>
<body>
<table id="tests">
<tr>
<th>Module</th>
<th>Test Name</th>
<th>State</th>
<th>Retry</th>
<th>Stack</th>
</tr>
</table>
</body>
</html>