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

_System_Web_UI_HtmlControls_HtmlTextArea_HtmlTextArea_Cols.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: b881afe3f5d5441891de1a819389197cfc091942 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="iso-8859-1"?>
<testresults name="">
  <div id="GHTSubTest1" style="height:56px;width:553px">
    <textarea cols="20" id="TEXTAREA1" rows="2" name="TEXTAREA1">Sample Text</textarea>
  </div>
  <div id="GHTSubTest2" style="height:56px;width:553px">
    <textarea cols="10" id="Textarea2" rows="2" name="Textarea2">Sample Text</textarea>
  </div>
  <div id="GHTSubTest3" style="height:56px;width:553px">
    <textarea cols="0" id="Textarea3" rows="2" name="Textarea3">Sample Text</textarea>
  </div>
  <div id="GHTSubTest4" style="height:56px;width:553px">
    <textarea cols="-20" id="Textarea4" rows="2" name="Textarea4">Sample Text</textarea>
  </div>
  <div id="GHTSubTest5" style="height:56px;width:553px">
    <textarea cols="7" id="Textarea5" rows="2" name="Textarea5">Sample Text</textarea>
    <span>
      <br />7</span>
  </div>
</testresults>