Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_System_Web_UI_WebControls_TextBox_TextBox_MaxLength.aspx.xml « reference « MainsoftWebTest « mainsoft « Test « System.Web « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 078d2035cdbdbd678b74ed7a92de34e7bdb38489 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="iso-8859-1"?>
<testresults name="">
  <div id="GHTSubTest1" style="height:32px;width:168px">
    <input id="TextBox1" type="text" name="TextBox1" />
  </div>
  <div id="GHTSubTest2" style="height:32px;width:168px">
    <input maxlength="1" type="text" name="TextBox2" id="TextBox2" />
  </div>
  <div id="GHTSubTest3" style="height:32px;width:168px">
    <input maxlength="100" type="text" name="TextBox3" id="TextBox3" />
  </div>
  <div id="GHTSubTest6" style="height:32px;width:168px">
    <input id="TextBox6" type="password" name="TextBox6" />
  </div>
  <div id="GHTSubTest5" style="height:32px;width:168px">
    <input maxlength="1" type="password" name="TextBox5" id="TextBox5" />
  </div>
  <div id="GHTSubTest4" style="height:32px;width:168px">
    <input maxlength="100" type="password" name="TextBox4" id="TextBox4" />
  </div>
  <div id="GHTSubTest9" style="height:32px;width:168px">
    <textarea id="TextBox9" name="TextBox9">
    </textarea>
  </div>
  <div id="GHTSubTest8" style="height:32px;width:168px">
    <textarea id="TextBox8" name="TextBox8">
    </textarea>
  </div>
  <div id="GHTSubTest7" style="height:32px;width:168px">
    <textarea id="TextBox7" name="TextBox7">
    </textarea>
  </div>
  <div id="GHTSubTest10" testname="Negative MaxLength value">
    <span>
      <br />Test passed. Expected exception was caught.</span>
  </div>
</testresults>