blob: 8b8fb94c39d91054758f9799e72da5720d403601 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Tests</title>
<link rel="stylesheet" type="text/css" href="../vendor/mocha.css" />
<style type="text/css" media="all">
iframe {
border: none;
padding: 0px;
}
</style>
<script type="text/javascript" charset="utf-8">
</script>
</head>
<body>
<!--
For Mocha HTML reporter
-->
<div id="mocha">
</div>
<!--
A central place to add to the dom then tear that down after your test
-->
<div id="test">
</div>
</body>
</html>
|