view black-box.html @ 99:544d339d2b4c

Added the beginnings of a black-box app that can be used to generate/run functional tests.
author Atul Varma <avarma@mozilla.com>
date Tue, 27 Apr 2010 09:59:15 -0700
parents
children a994fc89f341
line wrap: on
line source

<html>
<head>
  <meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
 <title>Bugzilla Dashboard - Black Box</title>
</head>
<body style="background: black; color: white;">
<h1 class="title">Bugzilla Dashboard - Black Box</h1>
<div style="text-align: center;">
<iframe src="about:blank" id="dashboard"
        style="width: 640px; height: 480px; border: none;"></iframe>
</div>
</body>
<!-- Base Scripts -->
<script src="js/jquery.js"></script>
<script src="js/require.js"></script>
<script src="js/modules/mocks.js"></script>
<script src="js/black-box.js"></script>
</html>