1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
2 |
<html> |
3 |
<head> |
4 |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
5 |
<title>JsUnit main-errors.html</title> |
6 |
<link rel="stylesheet" type="text/css" href="../css/jsUnitStyle.css"> |
7 |
</head> |
8 |
|
9 |
<body> |
10 |
<hr> |
11 |
|
12 |
<form name="testRunnerForm" action="javascript:top.testManager.showMessageForSelectedProblemTest()"> |
13 |
<p>Errors and failures: </p> |
14 |
<select size="5" ondblclick="top.testManager.showMessageForSelectedProblemTest()" name="problemsList"> |
15 |
<option> </option> |
16 |
</select> |
17 |
<br> |
18 |
<input type="button" value="Show selected" onclick="top.testManager.showMessageForSelectedProblemTest()"> |
19 |
|
20 |
<input type="button" value="Show all" onclick="top.testManager.showMessagesForAllProblemTests()"> |
21 |
</form> |
22 |
</body> |
23 |
</html> |