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

_System_Web_UI_WebControls_CheckBox_CheckBox_Enabled.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: 86fde6c4dd33ecff66f79758a2b102dd0fc6d22b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="iso-8859-1"?>
<testresults name="">
  <div id="GHTSubTest1" style="height:48px;width:144px">
    <input id="CheckBox1" type="checkbox" name="CheckBox1" />
    <label for="CheckBox1">Enabled text</label>
  </div>
  <div id="GHTSubTest2" style="height:40px;width:144px">
    <span disabled="disabled">
      <input id="CheckBox2" disabled="disabled" type="checkbox" name="CheckBox2" />
      <label for="CheckBox2">Disabled text</label>
    </span>
  </div>
</testresults>