summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/protected/pages/Ticket622.page
diff options
context:
space:
mode:
Diffstat (limited to 'tests/FunctionalTests/tickets/protected/pages/Ticket622.page')
-rw-r--r--tests/FunctionalTests/tickets/protected/pages/Ticket622.page17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket622.page b/tests/FunctionalTests/tickets/protected/pages/Ticket622.page
new file mode 100644
index 00000000..e6598cd2
--- /dev/null
+++ b/tests/FunctionalTests/tickets/protected/pages/Ticket622.page
@@ -0,0 +1,17 @@
+<com:TContent ID="Content">
+
+<h2>This test only passes only with "<i>Highlight elements</i>" deactivated!</h2>
+
+<com:TActiveLinkButton ID="ALB" Text="Test" Display="None" /><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>