Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/apps/system/camera/test/unit/_sandbox.html
blob: 70d0efa31229c47296144269592bdbb70bc2d514 (plain)
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
<!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/mocha.css" />
  <style type="text/css" media="all">
    iframe {
      border: none;
      padding: 0px;
    }
  </style>
  <script type="text/javascript" charset="utf-8">
  </script>
</head>

<body>

<div id="mocha">
</div>

<div id="test">
</div>

</body>
</html>