~vasilev/psiphon/sprint3-579678

« back to all changes in this revision

Viewing changes to trunk/testing/selenium_scripts/selenium/jsunit/app/main-errors.html

  • Committer: Adam Pritchard
  • Date: 2010-07-16 19:31:33 UTC
  • mfrom: (95.1.8 testing-2.5)
  • Revision ID: adam@adampsidev-20100716193133-n6rxnrqwt68d0ck8
Made Selenium work; added some tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
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:&nbsp;</p>
14
 
    <select size="5" ondblclick="top.testManager.showMessageForSelectedProblemTest()" name="problemsList">
15
 
        <option>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</option>
16
 
    </select>
17
 
    <br>
18
 
    <input type="button" value="Show selected" onclick="top.testManager.showMessageForSelectedProblemTest()">
19
 
    &nbsp;&nbsp;&nbsp;
20
 
    <input type="button" value="Show all" onclick="top.testManager.showMessagesForAllProblemTests()">
21
 
</form>
22
 
</body>
23
 
</html>
 
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:&nbsp;</p>
 
14
    <select size="5" ondblclick="top.testManager.showMessageForSelectedProblemTest()" name="problemsList">
 
15
        <option>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</option>
 
16
    </select>
 
17
    <br>
 
18
    <input type="button" value="Show selected" onclick="top.testManager.showMessageForSelectedProblemTest()">
 
19
    &nbsp;&nbsp;&nbsp;
 
20
    <input type="button" value="Show all" onclick="top.testManager.showMessagesForAllProblemTests()">
 
21
</form>
 
22
</body>
 
23
</html>