summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/protected/pages/Ticket660.page
diff options
context:
space:
mode:
Diffstat (limited to 'tests/FunctionalTests/tickets/protected/pages/Ticket660.page')
-rw-r--r--tests/FunctionalTests/tickets/protected/pages/Ticket660.page13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket660.page b/tests/FunctionalTests/tickets/protected/pages/Ticket660.page
new file mode 100644
index 00000000..baa9189c
--- /dev/null
+++ b/tests/FunctionalTests/tickets/protected/pages/Ticket660.page
@@ -0,0 +1,13 @@
+<com:TContent ID="Content">
+
+This page uses ISO-8859-1 encoding.
+<div>
+<com:TActiveTextBox ID="T" />
+<com:TActiveButton ID="CB" OnClick="changeA" Text="Perform CallBack"/>
+<com:TButton ID="PB" OnClick="changeA" Text="Perform PostBack"/>
+</div>
+<div id="output">
+<com:TActiveLabel ID="A" />
+</div>
+
+</com:TContent>