blob: eba0173b585600c72c1d7bf6511abc9784e2f023 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Forge Tasks Test</title>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="forge/debug.js"></script>
<script type="text/javascript" src="forge/util.js"></script>
<script type="text/javascript" src="forge/log.js"></script>
<script type="text/javascript" src="forge/task.js"></script>
<script type="text/javascript" src="tasks.js"></script>
<link type="text/css" rel="stylesheet" media="all" href="screen.css" />
<style type="text/css">
.ready { color: inherit; background: inherit; }
.testing { color: black; background: yellow; }
.pass{ color: white; background: green; }
.fail{ color: white; background: red; }
</style>
</head>
<body>
<div class="nav"><a href="index.html">Forge Tests</a> / Tasks</div>
<div class="header">
<h1>Task Tests</h1>
</div>
<div class="content">
<fieldset class="section">
<legend>Control</legend>
<button id="start">Start</button>
<button id="reset">Reset</button>
<br/>
<input id="scroll" type="checkbox" checked="checked" />Scroll Tests
</fieldset>
<fieldset class="section">
<legend>Progress</legend>
Status: <span id="status">?</span><br/>
Pass: <span id="pass">?</span>/<span id="total">?</span><br/>
Fail: <span id="fail">?</span>
</fieldset>
<fieldset class="section">
<legend>Tests</legend>
<div id="tests"></div>
</fieldset>
</div>
</body>
</html>