aboutsummaryrefslogblamecommitdiffstats
path: root/test-agent/sandbox.html
blob: 8b8fb94c39d91054758f9799e72da5720d403601 (plain) (tree)

































                                                                       
<!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>