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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Web/Test/mainsoft/MainsoftWebTest/reference/_System_Web_UI_WebControls_WebControl_WebControl_AccessKey.aspx.xml')
-rw-r--r--mcs/class/System.Web/Test/mainsoft/MainsoftWebTest/reference/_System_Web_UI_WebControls_WebControl_WebControl_AccessKey.aspx.xml1141
1 files changed, 0 insertions, 1141 deletions
diff --git a/mcs/class/System.Web/Test/mainsoft/MainsoftWebTest/reference/_System_Web_UI_WebControls_WebControl_WebControl_AccessKey.aspx.xml b/mcs/class/System.Web/Test/mainsoft/MainsoftWebTest/reference/_System_Web_UI_WebControls_WebControl_WebControl_AccessKey.aspx.xml
deleted file mode 100644
index 7b1efd9cc96..00000000000
--- a/mcs/class/System.Web/Test/mainsoft/MainsoftWebTest/reference/_System_Web_UI_WebControls_WebControl_WebControl_AccessKey.aspx.xml
+++ /dev/null
@@ -1,1141 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<testresults name="">
- <div id="GHTSubTest1" testname="System.Web.UI.WebControls.Button: Empty string">
- <input value="" type="submit" name="ctrl_0" id="ctrl_0" />
- </div>
- <div id="GHTSubTest2" testname="System.Web.UI.WebControls.Button: null/Nothing">
- <input value="" type="submit" name="ctrl_1" id="ctrl_1" />
- </div>
- <div id="GHTSubTest3" testname="System.Web.UI.WebControls.Button: Space">
- <input value="" accesskey=" " type="submit" name="ctrl_2" id="ctrl_2" />
- </div>
- <div id="GHTSubTest4" testname="System.Web.UI.WebControls.Button: A letter">
- <input value="" accesskey="A" type="submit" name="ctrl_3" id="ctrl_3" />
- </div>
- <div id="GHTSubTest5" testname="System.Web.UI.WebControls.Button: A digit">
- <input value="" accesskey="1" type="submit" name="ctrl_4" id="ctrl_4" />
- </div>
- <div id="GHTSubTest6" testname="System.Web.UI.WebControls.Button: Non alpha-numeric charachter">
- <input value="" accesskey="@" type="submit" name="ctrl_5" id="ctrl_5" />
- </div>
- <div id="GHTSubTest7" testname="System.Web.UI.WebControls.Button: Two charachter string">
- <input value="" type="submit" name="ctrl_6" id="ctrl_6" />
- <span>
- <br />Test passed. Expected ArgumentException exception was caught.</span>
- </div>
- <div id="GHTSubTest8" testname="System.Web.UI.WebControls.CheckBox: Empty string">
- <input id="ctrl_7" type="checkbox" name="ctrl_7" />
- </div>
- <div id="GHTSubTest9" testname="System.Web.UI.WebControls.CheckBox: null/Nothing">
- <input id="ctrl_8" type="checkbox" name="ctrl_8" />
- </div>
- <div id="GHTSubTest10" testname="System.Web.UI.WebControls.CheckBox: Space">
- <input id="ctrl_9" accesskey=" " type="checkbox" name="ctrl_9" />
- </div>
- <div id="GHTSubTest11" testname="System.Web.UI.WebControls.CheckBox: A letter">
- <input id="ctrl_10" accesskey="A" type="checkbox" name="ctrl_10" />
- </div>
- <div id="GHTSubTest12" testname="System.Web.UI.WebControls.CheckBox: A digit">
- <input id="ctrl_11" accesskey="1" type="checkbox" name="ctrl_11" />
- </div>
- <div id="GHTSubTest13" testname="System.Web.UI.WebControls.CheckBox: Non alpha-numeric charachter">
- <input id="ctrl_12" accesskey="@" type="checkbox" name="ctrl_12" />
- </div>
- <div id="GHTSubTest14" testname="System.Web.UI.WebControls.CheckBox: Two charachter string">
- <input id="ctrl_13" type="checkbox" name="ctrl_13" />
- <span>
- <br />Test passed. Expected ArgumentException exception was caught.</span>
- </div>
- <div id="GHTSubTest15" testname="System.Web.UI.WebControls.HyperLink: Empty string">
- <a id="ctrl_14">
- </a>
- </div>
- <div id="GHTSubTest16" testname="System.Web.UI.WebControls.HyperLink: null/Nothing">
- <a id="ctrl_15">
- </a>
- </div>
- <div id="GHTSubTest17" testname="System.Web.UI.WebControls.HyperLink: Space">
- <a id="ctrl_16" accesskey=" ">
- </a>
- </div>
- <div id="GHTSubTest18" testname="System.Web.UI.WebControls.HyperLink: A letter">
- <a id="ctrl_17" accesskey="A">
- </a>
- </div>
- <div id="GHTSubTest19" testname="System.Web.UI.WebControls.HyperLink: A digit">
- <a id="ctrl_18" accesskey="1">
- </a>
- </div>
- <div id="GHTSubTest20" testname="System.Web.UI.WebControls.HyperLink: Non alpha-numeric charachter">
- <a id="ctrl_19" accesskey="@">
- </a>
- </div>
- <div id="GHTSubTest21" testname="System.Web.UI.WebControls.HyperLink: Two charachter string">
- <a id="ctrl_20">
- </a>
- <span>
- <br />Test passed. Expected ArgumentException exception was caught.</span>
- </div>
- <div id="GHTSubTest22" testname="System.Web.UI.WebControls.Image: Empty string">
- <img id="ctrl_21" alt="" border="0" />
- </div>
- <div id="GHTSubTest23" testname="System.Web.UI.WebControls.Image: null/Nothing">
- <img id="ctrl_22" alt="" border="0" />
- </div>
- <div id="GHTSubTest24" testname="System.Web.UI.WebControls.Image: Space">
- <img id="ctrl_23" alt="" border="0" accesskey=" " />
- </div>
- <div id="GHTSubTest25" testname="System.Web.UI.WebControls.Image: A letter">
- <img id="ctrl_24" alt="" border="0" accesskey="A" />
- </div>
- <div id="GHTSubTest26" testname="System.Web.UI.WebControls.Image: A digit">
- <img id="ctrl_25" alt="" border="0" accesskey="1" />
- </div>
- <div id="GHTSubTest27" testname="System.Web.UI.WebControls.Image: Non alpha-numeric charachter">
- <img id="ctrl_26" alt="" border="0" accesskey="@" />
- </div>
- <div id="GHTSubTest28" testname="System.Web.UI.WebControls.Image: Two charachter string">
- <img id="ctrl_27" alt="" border="0" />
- <span>
- <br />Test passed. Expected ArgumentException exception was caught.</span>
- </div>
- <div id="GHTSubTest29" testname="System.Web.UI.WebControls.ImageButton: Empty string">
- <input id="ctrl_28" alt="" border="0" type="image" name="ctrl_28" />
- </div>
- <div id="GHTSubTest30" testname="System.Web.UI.WebControls.ImageButton: null/Nothing">
- <input id="ctrl_29" alt="" border="0" type="image" name="ctrl_29" />
- </div>
- <div id="GHTSubTest31" testname="System.Web.UI.WebControls.ImageButton: Space">
- <input id="ctrl_30" alt="" accesskey=" " type="image" name="ctrl_30" border="0" />
- </div>
- <div id="GHTSubTest32" testname="System.Web.UI.WebControls.ImageButton: A letter">
- <input id="ctrl_31" alt="" accesskey="A" type="image" name="ctrl_31" border="0" />
- </div>
- <div id="GHTSubTest33" testname="System.Web.UI.WebControls.ImageButton: A digit">
- <input id="ctrl_32" alt="" accesskey="1" type="image" name="ctrl_32" border="0" />
- </div>
- <div id="GHTSubTest34" testname="System.Web.UI.WebControls.ImageButton: Non alpha-numeric charachter">
- <input id="ctrl_33" alt="" accesskey="@" type="image" name="ctrl_33" border="0" />
- </div>
- <div id="GHTSubTest35" testname="System.Web.UI.WebControls.ImageButton: Two charachter string">
- <input id="ctrl_34" alt="" border="0" type="image" name="ctrl_34" />
- <span>
- <br />Test passed. Expected ArgumentException exception was caught.</span>
- </div>
- <div id="GHTSubTest36" testname="System.Web.UI.WebControls.Label: Empty string">
- <span id="ctrl_35">
- </span>
- </div>
- <div id="GHTSubTest37" testname="System.Web.UI.WebControls.Label: null/Nothing">
- <span id="ctrl_36">
- </span>
- </div>
- <div id="GHTSubTest38" testname="System.Web.UI.WebControls.Label: Space">
- <span id="ctrl_37" accesskey=" ">
- </span>
- </div>
- <div id="GHTSubTest39" testname="System.Web.UI.WebControls.Label: A letter">
- <span id="ctrl_38" accesskey="A">
- </span>
- </div>
- <div id="GHTSubTest40" testname="System.Web.UI.WebControls.Label: A digit">
- <span id="ctrl_39" accesskey="1">
- </span>
- </div>
- <div id="GHTSubTest41" testname="System.Web.UI.WebControls.Label: Non alpha-numeric charachter">
- <span id="ctrl_40" accesskey="@">
- </span>
- </div>
- <div id="GHTSubTest42" testname="System.Web.UI.WebControls.Label: Two charachter string">
- <span id="ctrl_41">
- </span>
- <span>
- <br />Test passed. Expected ArgumentException exception was caught.</span>
- </div>
- <div id="GHTSubTest43" testname="System.Web.UI.WebControls.LinkButton: Empty string">
- <a href="javascript:__doPostBack('ctrl_42','')" id="ctrl_42">
- </a>
- </div>
- <div id="GHTSubTest44" testname="System.Web.UI.WebControls.LinkButton: null/Nothing">
- <a href="javascript:__doPostBack('ctrl_43','')" id="ctrl_43">
- </a>
- </div>
- <div id="GHTSubTest45" testname="System.Web.UI.WebControls.LinkButton: Space">
- <a href="javascript:__doPostBack('ctrl_44','')" id="ctrl_44" accesskey=" ">
- </a>
- </div>
- <div id="GHTSubTest46" testname="System.Web.UI.WebControls.LinkButton: A letter">
- <a href="javascript:__doPostBack('ctrl_45','')" id="ctrl_45" accesskey="A">
- </a>
- </div>
- <div id="GHTSubTest47" testname="System.Web.UI.WebControls.LinkButton: A digit">
- <a href="javascript:__doPostBack('ctrl_46','')" id="ctrl_46" accesskey="1">
- </a>
- </div>
- <div id="GHTSubTest48" testname="System.Web.UI.WebControls.LinkButton: Non alpha-numeric charachter">
- <a href="javascript:__doPostBack('ctrl_47','')" id="ctrl_47" accesskey="@">
- </a>
- </div>
- <div id="GHTSubTest49" testname="System.Web.UI.WebControls.LinkButton: Two charachter string">
- <a href="javascript:__doPostBack('ctrl_48','')" id="ctrl_48">
- </a>
- <span>
- <br />Test passed. Expected ArgumentException exception was caught.</span>
- </div>
- <div id="GHTSubTest50" testname="System.Web.UI.WebControls.Panel: Empty string">
- <div id="ctrl_49">
- </div>
- </div>
- <div id="GHTSubTest51" testname="System.Web.UI.WebControls.Panel: null/Nothing">
- <div id="ctrl_50">
- </div>
- </div>
- <div id="GHTSubTest52" testname="System.Web.UI.WebControls.Panel: Space">
- <div id="ctrl_51" accesskey=" ">
- </div>
- </div>
- <div id="GHTSubTest53" testname="System.Web.UI.WebControls.Panel: A letter">
- <div id="ctrl_52" accesskey="A">
- </div>
- </div>
- <div id="GHTSubTest54" testname="System.Web.UI.WebControls.Panel: A digit">
- <div id="ctrl_53" accesskey="1">
- </div>
- </div>
- <div id="GHTSubTest55" testname="System.Web.UI.WebControls.Panel: Non alpha-numeric charachter">
- <div id="ctrl_54" accesskey="@">
- </div>
- </div>
- <div id="GHTSubTest56" testname="System.Web.UI.WebControls.Panel: Two charachter string">
- <div id="ctrl_55">
- </div>
- <span>
- <br />Test passed. Expected ArgumentException exception was caught.</span>
- </div>
- <div id="GHTSubTest57" testname="System.Web.UI.WebControls.RadioButton: Empty string">
- <input id="ctrl_56" type="radio" name="ctrl_56" value="ctrl_56" />
- </div>
- <div id="GHTSubTest58" testname="System.Web.UI.WebControls.RadioButton: null/Nothing">
- <input id="ctrl_57" type="radio" name="ctrl_57" value="ctrl_57" />
- </div>
- <div id="GHTSubTest59" testname="System.Web.UI.WebControls.RadioButton: Space">
- <input id="ctrl_58" accesskey=" " type="radio" name="ctrl_58" value="ctrl_58" />
- </div>
- <div id="GHTSubTest60" testname="System.Web.UI.WebControls.RadioButton: A letter">
- <input id="ctrl_59" accesskey="A" type="radio" name="ctrl_59" value="ctrl_59" />
- </div>
- <div id="GHTSubTest61" testname="System.Web.UI.WebControls.RadioButton: A digit">
- <input id="ctrl_60" accesskey="1" type="radio" name="ctrl_60" value="ctrl_60" />
- </div>
- <div id="GHTSubTest62" testname="System.Web.UI.WebControls.RadioButton: Non alpha-numeric charachter">
- <input id="ctrl_61" accesskey="@" type="radio" name="ctrl_61" value="ctrl_61" />
- </div>
- <div id="GHTSubTest63" testname="System.Web.UI.WebControls.RadioButton: Two charachter string">
- <input id="ctrl_62" type="radio" name="ctrl_62" value="ctrl_62" />
- <span>
- <br />Test passed. Expected ArgumentException exception was caught.</span>
- </div>
- <div id="GHTSubTest64" testname="System.Web.UI.WebControls.TextBox: Empty string">
- <input id="ctrl_63" type="text" name="ctrl_63" />
- </div>
- <div id="GHTSubTest65" testname="System.Web.UI.WebControls.TextBox: null/Nothing">
- <input id="ctrl_64" type="text" name="ctrl_64" />
- </div>
- <div id="GHTSubTest66" testname="System.Web.UI.WebControls.TextBox: Space">
- <input id="ctrl_65" accesskey=" " type="text" name="ctrl_65" />
- </div>
- <div id="GHTSubTest67" testname="System.Web.UI.WebControls.TextBox: A letter">
- <input id="ctrl_66" accesskey="A" type="text" name="ctrl_66" />
- </div>
- <div id="GHTSubTest68" testname="System.Web.UI.WebControls.TextBox: A digit">
- <input id="ctrl_67" accesskey="1" type="text" name="ctrl_67" />
- </div>
- <div id="GHTSubTest69" testname="System.Web.UI.WebControls.TextBox: Non alpha-numeric charachter">
- <input id="ctrl_68" accesskey="@" type="text" name="ctrl_68" />
- </div>
- <div id="GHTSubTest70" testname="System.Web.UI.WebControls.TextBox: Two charachter string">
- <input id="ctrl_69" type="text" name="ctrl_69" />
- <span>
- <br />Test passed. Expected ArgumentException exception was caught.</span>
- </div>
- <div id="GHTSubTest71" testname="System.Web.UI.WebControls.DropDownList: Empty string">
- <select id="ctrl_70" name="ctrl_70">
- <option value="1" />aaaa
- <option value="2" />bbbb
- <option value="3" />cccc
- <option value="4" />dddd
-
- </select>
- </div>
- <div id="GHTSubTest72" testname="System.Web.UI.WebControls.DropDownList: null/Nothing">
- <select id="ctrl_71" name="ctrl_71">
- <option value="1" />aaaa
- <option value="2" />bbbb
- <option value="3" />cccc
- <option value="4" />dddd
-
- </select>
- </div>
- <div id="GHTSubTest73" testname="System.Web.UI.WebControls.DropDownList: Space">
- <select id="ctrl_72" accesskey=" " name="ctrl_72">
- <option value="1" />aaaa
- <option value="2" />bbbb
- <option value="3" />cccc
- <option value="4" />dddd
-
- </select>
- </div>
- <div id="GHTSubTest74" testname="System.Web.UI.WebControls.DropDownList: A letter">
- <select id="ctrl_73" accesskey="A" name="ctrl_73">
- <option value="1" />aaaa
- <option value="2" />bbbb
- <option value="3" />cccc
- <option value="4" />dddd
-
- </select>
- </div>
- <div id="GHTSubTest75" testname="System.Web.UI.WebControls.DropDownList: A digit">
- <select id="ctrl_74" accesskey="1" name="ctrl_74">
- <option value="1" />aaaa
- <option value="2" />bbbb
- <option value="3" />cccc
- <option value="4" />dddd
-
- </select>
- </div>
- <div id="GHTSubTest76" testname="System.Web.UI.WebControls.DropDownList: Non alpha-numeric charachter">
- <select id="ctrl_75" accesskey="@" name="ctrl_75">
- <option value="1" />aaaa
- <option value="2" />bbbb
- <option value="3" />cccc
- <option value="4" />dddd
-
- </select>
- </div>
- <div id="GHTSubTest77" testname="System.Web.UI.WebControls.DropDownList: Two charachter string">
- <select id="ctrl_76" name="ctrl_76">
- <option value="1" />aaaa
- <option value="2" />bbbb
- <option value="3" />cccc
- <option value="4" />dddd
-
- </select>
- <span>
- <br />Test passed. Expected ArgumentException exception was caught.</span>
- </div>
- <div id="GHTSubTest78" testname="System.Web.UI.WebControls.ListBox: Empty string">
- <select id="ctrl_77" size="4" name="ctrl_77">
- <option value="1" />aaaa
- <option value="2" />bbbb
- <option value="3" />cccc
- <option value="4" />dddd
-
- </select>
- </div>
- <div id="GHTSubTest79" testname="System.Web.UI.WebControls.ListBox: null/Nothing">
- <select id="ctrl_78" size="4" name="ctrl_78">
- <option value="1" />aaaa
- <option value="2" />bbbb
- <option value="3" />cccc
- <option value="4" />dddd
-
- </select>
- </div>
- <div id="GHTSubTest80" testname="System.Web.UI.WebControls.ListBox: Space">
- <select id="ctrl_79" size="4" accesskey=" " name="ctrl_79">
- <option value="1" />aaaa
- <option value="2" />bbbb
- <option value="3" />cccc
- <option value="4" />dddd
-
- </select>
- </div>
- <div id="GHTSubTest81" testname="System.Web.UI.WebControls.ListBox: A letter">
- <select id="ctrl_80" size="4" accesskey="A" name="ctrl_80">
- <option value="1" />aaaa
- <option value="2" />bbbb
- <option value="3" />cccc
- <option value="4" />dddd
-
- </select>
- </div>
- <div id="GHTSubTest82" testname="System.Web.UI.WebControls.ListBox: A digit">
- <select id="ctrl_81" size="4" accesskey="1" name="ctrl_81">
- <option value="1" />aaaa
- <option value="2" />bbbb
- <option value="3" />cccc
- <option value="4" />dddd
-
- </select>
- </div>
- <div id="GHTSubTest83" testname="System.Web.UI.WebControls.ListBox: Non alpha-numeric charachter">
- <select id="ctrl_82" size="4" accesskey="@" name="ctrl_82">
- <option value="1" />aaaa
- <option value="2" />bbbb
- <option value="3" />cccc
- <option value="4" />dddd
-
- </select>
- </div>
- <div id="GHTSubTest84" testname="System.Web.UI.WebControls.ListBox: Two charachter string">
- <select id="ctrl_83" size="4" name="ctrl_83">
- <option value="1" />aaaa
- <option value="2" />bbbb
- <option value="3" />cccc
- <option value="4" />dddd
-
- </select>
- <span>
- <br />Test passed. Expected ArgumentException exception was caught.</span>
- </div>
- <div id="GHTSubTest85" testname="System.Web.UI.WebControls.RadioButtonList: Empty string">
- <table id="ctrl_84" border="0">
- <tr>
- <td>
- <input id="ctrl_84_0" type="radio" name="ctrl_84" value="1" />
- <label for="ctrl_84_0">aaaa</label>
- </td>
- </tr>
- <tr>
- <td>
- <input id="ctrl_84_1" type="radio" name="ctrl_84" value="2" />
- <label for="ctrl_84_1">bbbb</label>
- </td>
- </tr>
- <tr>
- <td>
- <input id="ctrl_84_2" type="radio" name="ctrl_84" value="3" />
- <label for="ctrl_84_2">cccc</label>
- </td>
- </tr>
- <tr>
- <td>
- <input id="ctrl_84_3" type="radio" name="ctrl_84" value="4" />
- <label for="ctrl_84_3">dddd</label>
- </td>
- </tr>
- </table>
- </div>
- <div id="GHTSubTest86" testname="System.Web.UI.WebControls.RadioButtonList: null/Nothing">
- <table id="ctrl_85" border="0">
- <tr>
- <td>
- <input id="ctrl_85_0" type="radio" name="ctrl_85" value="1" />
- <label for="ctrl_85_0">aaaa</label>
- </td>
- </tr>
- <tr>
- <td>
- <input id="ctrl_85_1" type="radio" name="ctrl_85" value="2" />
- <label for="ctrl_85_1">bbbb</label>
- </td>
- </tr>
- <tr>
- <td>
- <input id="ctrl_85_2" type="radio" name="ctrl_85" value="3" />
- <label for="ctrl_85_2">cccc</label>
- </td>
- </tr>
- <tr>
- <td>
- <input id="ctrl_85_3" type="radio" name="ctrl_85" value="4" />
- <label for="ctrl_85_3">dddd</label>
- </td>
- </tr>
- </table>
- </div>
- <div id="GHTSubTest87" testname="System.Web.UI.WebControls.RadioButtonList: Space">
- <table id="ctrl_86" border="0" accesskey=" ">
- <tr>
- <td>
- <input id="ctrl_86_0" type="radio" name="ctrl_86" value="1" />
- <label for="ctrl_86_0">aaaa</label>
- </td>
- </tr>
- <tr>
- <td>
- <input id="ctrl_86_1" type="radio" name="ctrl_86" value="2" />
- <label for="ctrl_86_1">bbbb</label>
- </td>
- </tr>
- <tr>
- <td>
- <input id="ctrl_86_2" type="radio" name="ctrl_86" value="3" />
- <label for="ctrl_86_2">cccc</label>
- </td>
- </tr>
- <tr>
- <td>
- <input id="ctrl_86_3" type="radio" name="ctrl_86" value="4" />
- <label for="ctrl_86_3">dddd</label>
- </td>
- </tr>
- </table>
- </div>
- <div id="GHTSubTest88" testname="System.Web.UI.WebControls.RadioButtonList: A letter">
- <table id="ctrl_87" border="0" accesskey="A">
- <tr>
- <td>
- <input id="ctrl_87_0" type="radio" name="ctrl_87" value="1" />
- <label for="ctrl_87_0">aaaa</label>
- </td>
- </tr>
- <tr>
- <td>
- <input id="ctrl_87_1" type="radio" name="ctrl_87" value="2" />
- <label for="ctrl_87_1">bbbb</label>
- </td>
- </tr>
- <tr>
- <td>
- <input id="ctrl_87_2" type="radio" name="ctrl_87" value="3" />
- <label for="ctrl_87_2">cccc</label>
- </td>
- </tr>
- <tr>
- <td>
- <input id="ctrl_87_3" type="radio" name="ctrl_87" value="4" />
- <label for="ctrl_87_3">dddd</label>
- </td>
- </tr>
- </table>
- </div>
- <div id="GHTSubTest89" testname="System.Web.UI.WebControls.RadioButtonList: A digit">
- <table id="ctrl_88" border="0" accesskey="1">
- <tr>
- <td>
- <input id="ctrl_88_0" type="radio" name="ctrl_88" value="1" />
- <label for="ctrl_88_0">aaaa</label>
- </td>
- </tr>
- <tr>
- <td>
- <input id="ctrl_88_1" type="radio" name="ctrl_88" value="2" />
- <label for="ctrl_88_1">bbbb</label>
- </td>
- </tr>
- <tr>
- <td>
- <input id="ctrl_88_2" type="radio" name="ctrl_88" value="3" />
- <label for="ctrl_88_2">cccc</label>
- </td>
- </tr>
- <tr>
- <td>
- <input id="ctrl_88_3" type="radio" name="ctrl_88" value="4" />
- <label for="ctrl_88_3">dddd</label>
- </td>
- </tr>
- </table>
- </div>
- <div id="GHTSubTest90" testname="System.Web.UI.WebControls.RadioButtonList: Non alpha-numeric charachter">
- <table id="ctrl_89" border="0" accesskey="@">
- <tr>
- <td>
- <input id="ctrl_89_0" type="radio" name="ctrl_89" value="1" />
- <label for="ctrl_89_0">aaaa</label>
- </td>
- </tr>
- <tr>
- <td>
- <input id="ctrl_89_1" type="radio" name="ctrl_89" value="2" />
- <label for="ctrl_89_1">bbbb</label>
- </td>
- </tr>
- <tr>
- <td>
- <input id="ctrl_89_2" type="radio" name="ctrl_89" value="3" />
- <label for="ctrl_89_2">cccc</label>
- </td>
- </tr>
- <tr>
- <td>
- <input id="ctrl_89_3" type="radio" name="ctrl_89" value="4" />
- <label for="ctrl_89_3">dddd</label>
- </td>
- </tr>
- </table>
- </div>
- <div id="GHTSubTest91" testname="System.Web.UI.WebControls.RadioButtonList: Two charachter string">
- <table id="ctrl_90" border="0">
- <tr>
- <td>
- <input id="ctrl_90_0" type="radio" name="ctrl_90" value="1" />
- <label for="ctrl_90_0">aaaa</label>
- </td>
- </tr>
- <tr>
- <td>
- <input id="ctrl_90_1" type="radio" name="ctrl_90" value="2" />
- <label for="ctrl_90_1">bbbb</label>
- </td>
- </tr>
- <tr>
- <td>
- <input id="ctrl_90_2" type="radio" name="ctrl_90" value="3" />
- <label for="ctrl_90_2">cccc</label>
- </td>
- </tr>
- <tr>
- <td>
- <input id="ctrl_90_3" type="radio" name="ctrl_90" value="4" />
- <label for="ctrl_90_3">dddd</label>
- </td>
- </tr>
- </table>
- <span>
- <br />Test passed. Expected ArgumentException exception was caught.</span>
- </div>
- <div id="GHTSubTest92" testname="System.Web.UI.WebControls.CheckBoxList: Empty string">
- <table id="ctrl_91" border="0">
- <tr>
- <td>
- <input id="ctrl_91_0" type="checkbox" name="ctrl_91:0" />
- <label for="ctrl_91_0">aaaa</label>
- </td>
- </tr>
- <tr>
- <td>
- <input id="ctrl_91_1" type="checkbox" name="ctrl_91:1" />
- <label for="ctrl_91_1">bbbb</label>
- </td>
- </tr>
- <tr>
- <td>
- <input id="ctrl_91_2" type="checkbox" name="ctrl_91:2" />
- <label for="ctrl_91_2">cccc</label>
- </td>
- </tr>
- <tr>
- <td>
- <input id="ctrl_91_3" type="checkbox" name="ctrl_91:3" />
- <label for="ctrl_91_3">dddd</label>
- </td>
- </tr>
- </table>
- </div>
- <div id="GHTSubTest93" testname="System.Web.UI.WebControls.CheckBoxList: null/Nothing">
- <table id="ctrl_92" border="0">
- <tr>
- <td>
- <input id="ctrl_92_0" type="checkbox" name="ctrl_92:0" />
- <label for="ctrl_92_0">aaaa</label>
- </td>
- </tr>
- <tr>
- <td>
- <input id="ctrl_92_1" type="checkbox" name="ctrl_92:1" />
- <label for="ctrl_92_1">bbbb</label>
- </td>
- </tr>
- <tr>
- <td>
- <input id="ctrl_92_2" type="checkbox" name="ctrl_92:2" />
- <label for="ctrl_92_2">cccc</label>
- </td>
- </tr>
- <tr>
- <td>
- <input id="ctrl_92_3" type="checkbox" name="ctrl_92:3" />
- <label for="ctrl_92_3">dddd</label>
- </td>
- </tr>
- </table>
- </div>
- <div id="GHTSubTest94" testname="System.Web.UI.WebControls.CheckBoxList: Space">
- <table id="ctrl_93" border="0" accesskey=" ">
- <tr>
- <td>
- <input id="ctrl_93_0" type="checkbox" name="ctrl_93:0" />
- <label for="ctrl_93_0">aaaa</label>
- </td>
- </tr>
- <tr>
- <td>
- <input id="ctrl_93_1" type="checkbox" name="ctrl_93:1" />
- <label for="ctrl_93_1">bbbb</label>
- </td>
- </tr>
- <tr>
- <td>
- <input id="ctrl_93_2" type="checkbox" name="ctrl_93:2" />
- <label for="ctrl_93_2">cccc</label>
- </td>
- </tr>
- <tr>
- <td>
- <input id="ctrl_93_3" type="checkbox" name="ctrl_93:3" />
- <label for="ctrl_93_3">dddd</label>
- </td>
- </tr>
- </table>
- </div>
- <div id="GHTSubTest95" testname="System.Web.UI.WebControls.CheckBoxList: A letter">
- <table id="ctrl_94" border="0" accesskey="A">
- <tr>
- <td>
- <input id="ctrl_94_0" type="checkbox" name="ctrl_94:0" />
- <label for="ctrl_94_0">aaaa</label>
- </td>
- </tr>
- <tr>
- <td>
- <input id="ctrl_94_1" type="checkbox" name="ctrl_94:1" />
- <label for="ctrl_94_1">bbbb</label>
- </td>
- </tr>
- <tr>
- <td>
- <input id="ctrl_94_2" type="checkbox" name="ctrl_94:2" />
- <label for="ctrl_94_2">cccc</label>
- </td>
- </tr>
- <tr>
- <td>
- <input id="ctrl_94_3" type="checkbox" name="ctrl_94:3" />
- <label for="ctrl_94_3">dddd</label>
- </td>
- </tr>
- </table>
- </div>
- <div id="GHTSubTest96" testname="System.Web.UI.WebControls.CheckBoxList: A digit">
- <table id="ctrl_95" border="0" accesskey="1">
- <tr>
- <td>
- <input id="ctrl_95_0" type="checkbox" name="ctrl_95:0" />
- <label for="ctrl_95_0">aaaa</label>
- </td>
- </tr>
- <tr>
- <td>
- <input id="ctrl_95_1" type="checkbox" name="ctrl_95:1" />
- <label for="ctrl_95_1">bbbb</label>
- </td>
- </tr>
- <tr>
- <td>
- <input id="ctrl_95_2" type="checkbox" name="ctrl_95:2" />
- <label for="ctrl_95_2">cccc</label>
- </td>
- </tr>
- <tr>
- <td>
- <input id="ctrl_95_3" type="checkbox" name="ctrl_95:3" />
- <label for="ctrl_95_3">dddd</label>
- </td>
- </tr>
- </table>
- </div>
- <div id="GHTSubTest97" testname="System.Web.UI.WebControls.CheckBoxList: Non alpha-numeric charachter">
- <table id="ctrl_96" border="0" accesskey="@">
- <tr>
- <td>
- <input id="ctrl_96_0" type="checkbox" name="ctrl_96:0" />
- <label for="ctrl_96_0">aaaa</label>
- </td>
- </tr>
- <tr>
- <td>
- <input id="ctrl_96_1" type="checkbox" name="ctrl_96:1" />
- <label for="ctrl_96_1">bbbb</label>
- </td>
- </tr>
- <tr>
- <td>
- <input id="ctrl_96_2" type="checkbox" name="ctrl_96:2" />
- <label for="ctrl_96_2">cccc</label>
- </td>
- </tr>
- <tr>
- <td>
- <input id="ctrl_96_3" type="checkbox" name="ctrl_96:3" />
- <label for="ctrl_96_3">dddd</label>
- </td>
- </tr>
- </table>
- </div>
- <div id="GHTSubTest98" testname="System.Web.UI.WebControls.CheckBoxList: Two charachter string">
- <table id="ctrl_97" border="0">
- <tr>
- <td>
- <input id="ctrl_97_0" type="checkbox" name="ctrl_97:0" />
- <label for="ctrl_97_0">aaaa</label>
- </td>
- </tr>
- <tr>
- <td>
- <input id="ctrl_97_1" type="checkbox" name="ctrl_97:1" />
- <label for="ctrl_97_1">bbbb</label>
- </td>
- </tr>
- <tr>
- <td>
- <input id="ctrl_97_2" type="checkbox" name="ctrl_97:2" />
- <label for="ctrl_97_2">cccc</label>
- </td>
- </tr>
- <tr>
- <td>
- <input id="ctrl_97_3" type="checkbox" name="ctrl_97:3" />
- <label for="ctrl_97_3">dddd</label>
- </td>
- </tr>
- </table>
- <span>
- <br />Test passed. Expected ArgumentException exception was caught.</span>
- </div>
- <div id="GHTSubTest99" testname="System.Web.UI.WebControls.DataGrid: Empty string">
- <table border="1" cellspacing="0" style="border-collapse:collapse" rules="all" id="ctrl_98">
- <tr>
- <td>Id</td>
- <td>Description</td>
- </tr>
- <tr>
- <td>1</td>
- <td>aaaa</td>
- </tr>
- <tr>
- <td>2</td>
- <td>bbbb</td>
- </tr>
- <tr>
- <td>3</td>
- <td>cccc</td>
- </tr>
- <tr>
- <td>4</td>
- <td>dddd</td>
- </tr>
- </table>
- </div>
- <div id="GHTSubTest100" testname="System.Web.UI.WebControls.DataGrid: null/Nothing">
- <table border="1" cellspacing="0" style="border-collapse:collapse" rules="all" id="ctrl_99">
- <tr>
- <td>Id</td>
- <td>Description</td>
- </tr>
- <tr>
- <td>1</td>
- <td>aaaa</td>
- </tr>
- <tr>
- <td>2</td>
- <td>bbbb</td>
- </tr>
- <tr>
- <td>3</td>
- <td>cccc</td>
- </tr>
- <tr>
- <td>4</td>
- <td>dddd</td>
- </tr>
- </table>
- </div>
- <div id="GHTSubTest101" testname="System.Web.UI.WebControls.DataGrid: Space">
- <table border="1" cellspacing="0" style="border-collapse:collapse" accesskey=" " rules="all" id="ctrl_100">
- <tr>
- <td>Id</td>
- <td>Description</td>
- </tr>
- <tr>
- <td>1</td>
- <td>aaaa</td>
- </tr>
- <tr>
- <td>2</td>
- <td>bbbb</td>
- </tr>
- <tr>
- <td>3</td>
- <td>cccc</td>
- </tr>
- <tr>
- <td>4</td>
- <td>dddd</td>
- </tr>
- </table>
- </div>
- <div id="GHTSubTest102" testname="System.Web.UI.WebControls.DataGrid: A letter">
- <table border="1" cellspacing="0" style="border-collapse:collapse" accesskey="A" rules="all" id="ctrl_101">
- <tr>
- <td>Id</td>
- <td>Description</td>
- </tr>
- <tr>
- <td>1</td>
- <td>aaaa</td>
- </tr>
- <tr>
- <td>2</td>
- <td>bbbb</td>
- </tr>
- <tr>
- <td>3</td>
- <td>cccc</td>
- </tr>
- <tr>
- <td>4</td>
- <td>dddd</td>
- </tr>
- </table>
- </div>
- <div id="GHTSubTest103" testname="System.Web.UI.WebControls.DataGrid: A digit">
- <table border="1" cellspacing="0" style="border-collapse:collapse" accesskey="1" rules="all" id="ctrl_102">
- <tr>
- <td>Id</td>
- <td>Description</td>
- </tr>
- <tr>
- <td>1</td>
- <td>aaaa</td>
- </tr>
- <tr>
- <td>2</td>
- <td>bbbb</td>
- </tr>
- <tr>
- <td>3</td>
- <td>cccc</td>
- </tr>
- <tr>
- <td>4</td>
- <td>dddd</td>
- </tr>
- </table>
- </div>
- <div id="GHTSubTest104" testname="System.Web.UI.WebControls.DataGrid: Non alpha-numeric charachter">
- <table border="1" cellspacing="0" style="border-collapse:collapse" accesskey="@" rules="all" id="ctrl_103">
- <tr>
- <td>Id</td>
- <td>Description</td>
- </tr>
- <tr>
- <td>1</td>
- <td>aaaa</td>
- </tr>
- <tr>
- <td>2</td>
- <td>bbbb</td>
- </tr>
- <tr>
- <td>3</td>
- <td>cccc</td>
- </tr>
- <tr>
- <td>4</td>
- <td>dddd</td>
- </tr>
- </table>
- </div>
- <div id="GHTSubTest105" testname="System.Web.UI.WebControls.DataGrid: Two charachter string">
- <table border="1" cellspacing="0" style="border-collapse:collapse" rules="all" id="ctrl_104">
- <tr>
- <td>Id</td>
- <td>Description</td>
- </tr>
- <tr>
- <td>1</td>
- <td>aaaa</td>
- </tr>
- <tr>
- <td>2</td>
- <td>bbbb</td>
- </tr>
- <tr>
- <td>3</td>
- <td>cccc</td>
- </tr>
- <tr>
- <td>4</td>
- <td>dddd</td>
- </tr>
- </table>
- <span>
- <br />Test passed. Expected ArgumentException exception was caught.</span>
- </div>
- <div id="GHTSubTest106" testname="System.Web.UI.WebControls.DataGridItem: Empty string">
- <table border="1" cellspacing="0" style="border-collapse:collapse" rules="all" id="ctrl_105">
- <tr>
- <td>Id</td>
- <td>Description</td>
- </tr>
- <tr id="ctrl_105_ctrl_106">
- <td>1</td>
- <td>aaaa</td>
- </tr>
- <tr>
- <td>2</td>
- <td>bbbb</td>
- </tr>
- <tr>
- <td>3</td>
- <td>cccc</td>
- </tr>
- <tr>
- <td>4</td>
- <td>dddd</td>
- </tr>
- </table>
- </div>
- <div id="GHTSubTest107" testname="System.Web.UI.WebControls.DataGridItem: null/Nothing">
- <table border="1" cellspacing="0" style="border-collapse:collapse" rules="all" id="ctrl_107">
- <tr>
- <td>Id</td>
- <td>Description</td>
- </tr>
- <tr id="ctrl_107_ctrl_108">
- <td>1</td>
- <td>aaaa</td>
- </tr>
- <tr>
- <td>2</td>
- <td>bbbb</td>
- </tr>
- <tr>
- <td>3</td>
- <td>cccc</td>
- </tr>
- <tr>
- <td>4</td>
- <td>dddd</td>
- </tr>
- </table>
- </div>
- <div id="GHTSubTest108" testname="System.Web.UI.WebControls.DataGridItem: Space">
- <table border="1" cellspacing="0" style="border-collapse:collapse" rules="all" id="ctrl_109">
- <tr>
- <td>Id</td>
- <td>Description</td>
- </tr>
- <tr id="ctrl_109_ctrl_110" accesskey=" ">
- <td>1</td>
- <td>aaaa</td>
- </tr>
- <tr>
- <td>2</td>
- <td>bbbb</td>
- </tr>
- <tr>
- <td>3</td>
- <td>cccc</td>
- </tr>
- <tr>
- <td>4</td>
- <td>dddd</td>
- </tr>
- </table>
- </div>
- <div id="GHTSubTest109" testname="System.Web.UI.WebControls.DataGridItem: A letter">
- <table border="1" cellspacing="0" style="border-collapse:collapse" rules="all" id="ctrl_111">
- <tr>
- <td>Id</td>
- <td>Description</td>
- </tr>
- <tr id="ctrl_111_ctrl_112" accesskey="A">
- <td>1</td>
- <td>aaaa</td>
- </tr>
- <tr>
- <td>2</td>
- <td>bbbb</td>
- </tr>
- <tr>
- <td>3</td>
- <td>cccc</td>
- </tr>
- <tr>
- <td>4</td>
- <td>dddd</td>
- </tr>
- </table>
- </div>
- <div id="GHTSubTest110" testname="System.Web.UI.WebControls.DataGridItem: A digit">
- <table border="1" cellspacing="0" style="border-collapse:collapse" rules="all" id="ctrl_113">
- <tr>
- <td>Id</td>
- <td>Description</td>
- </tr>
- <tr id="ctrl_113_ctrl_114" accesskey="1">
- <td>1</td>
- <td>aaaa</td>
- </tr>
- <tr>
- <td>2</td>
- <td>bbbb</td>
- </tr>
- <tr>
- <td>3</td>
- <td>cccc</td>
- </tr>
- <tr>
- <td>4</td>
- <td>dddd</td>
- </tr>
- </table>
- </div>
- <div id="GHTSubTest111" testname="System.Web.UI.WebControls.DataGridItem: Non alpha-numeric charachter">
- <table border="1" cellspacing="0" style="border-collapse:collapse" rules="all" id="ctrl_115">
- <tr>
- <td>Id</td>
- <td>Description</td>
- </tr>
- <tr id="ctrl_115_ctrl_116" accesskey="@">
- <td>1</td>
- <td>aaaa</td>
- </tr>
- <tr>
- <td>2</td>
- <td>bbbb</td>
- </tr>
- <tr>
- <td>3</td>
- <td>cccc</td>
- </tr>
- <tr>
- <td>4</td>
- <td>dddd</td>
- </tr>
- </table>
- </div>
- <div id="GHTSubTest112" testname="System.Web.UI.WebControls.DataGridItem: Two charachter string">
- <table border="1" cellspacing="0" style="border-collapse:collapse" rules="all" id="ctrl_117">
- <tr>
- <td>Id</td>
- <td>Description</td>
- </tr>
- <tr id="ctrl_117_ctrl_118">
- <td>1</td>
- <td>aaaa</td>
- </tr>
- <tr>
- <td>2</td>
- <td>bbbb</td>
- </tr>
- <tr>
- <td>3</td>
- <td>cccc</td>
- </tr>
- <tr>
- <td>4</td>
- <td>dddd</td>
- </tr>
- </table>
- <span>
- <br />Test passed. Expected ArgumentException exception was caught.</span>
- </div>
- <div id="GHTSubTest113" testname="System.Web.UI.WebControls.DataList: Empty string">
- <table id="ctrl_119" cellspacing="0" border="0" style="border-collapse:collapse">
- <tr>
- <td>
- <div>
- <span style="font-weight:bold">ID: </span>
- <span>1</span>
- <span style="font-weight:bold"> Description: </span>
- <span>aaaa</span>
- </div>
- </td>
- </tr>
- </table>
- </div>
-</testresults> \ No newline at end of file