Mercurial > bugzilla-dashboard
view tests.html @ 82:03bf0a1b85da
made 'storage' point to sessionStorage instead of localStorage
author | Atul Varma <avarma@mozilla.com> |
---|---|
date | Mon, 26 Apr 2010 04:32:50 -0700 |
parents | 00d2584cdd7b |
children | e79a2dd66e25 |
line wrap: on
line source
<html> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" media="all" href="css/qunit.css" /> <title>Bugzilla Dashboard Test Suite</title> </head> <body> <h1 id="qunit-header">Bugzilla Dashboard Test Suite</h1> <h2 id="qunit-banner"></h2> <h2 id="qunit-userAgent"></h2> <ol id="qunit-tests"></ol> <p> <a target="qunitDocs" href="http://docs.jquery.com/QUnit">QUnit Documentation</a> | <a target="bugzillaDashboard" href="index.html">Bugzilla Dashboard</a> </p> </body> <!-- Base Scripts--> <script src="js/jquery.js"></script> <script src="js/qunit.js"></script> <script src="js/require.js"></script> <script src="js/bugzilla.js"></script> <script src="js/tests.js"></script> <!-- CommonJS Modules --> <script src="js/modules/date-utils.js"></script> <script src="js/modules/mocks.js"></script> <!-- Test Suites --> <script src="js/tests/test-date-utils.js"></script> <script src="js/tests/test-require.js"></script> <script src="js/tests/test-bugzilla.js"></script> </html>