blob: d7973e5e7b5dfe58658098076fc7dae2e69a588f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<com:TContent ID="Content">
<h2>This test only passes only with "<i>Highlight elements</i>" deactivated!</h2>
<com:TActiveLinkButton ID="ALB" Text="Test" /><br />
<!-- spans added to access embedded id-less span via CSS selector from selenium -->
<span id="acb">
<com:TActiveCheckBox ID="ACB" Text="Test" Display="None" /><br />
</span>
<span id="arb">
<com:TActiveRadioButton ID="ARB" Text="Test" Display="None" /><br />
</span>
<com:TActiveButton OnClick="changeA" Text="Click!"/>
</com:TContent>
|