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

_System_Web_UI_WebControls_TextBox_TextBox_Rows.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: a7168128040fa212b548e03571fd014ccefedfd0 (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
<?xml version="1.0" encoding="iso-8859-1"?>
<testresults name="">
  <div id="GHTSubTest1" style="height:72px;width:176px">
    <textarea id="TextBox1" name="TextBox1">
    </textarea>
  </div>
  <div id="GHTSubTest2" style="height:32px;width:176px">
    <textarea id="TextBox2" rows="1" name="TextBox2">
    </textarea>
  </div>
  <div id="GHTSubTest3" style="height:72px;width:176px">
    <textarea id="TextBox3" rows="10" name="TextBox3">
    </textarea>
  </div>
  <div id="GHTSubTest4" style="height:72px;width:176px">
    <input id="TextBox4" type="text" name="TextBox4" />
  </div>
  <div id="GHTSubTest5" style="height:72px;width:176px">
    <input id="TextBox5" type="password" name="TextBox5" />
  </div>
  <div id="GHTSubTest6" testname="Negative Rows value">
    <span>
      <br />Test passed. Expected exception was caught.</span>
  </div>
</testresults>