Extends Hidden tests results to match new xhtml theme

This commit is contained in:
Lukasz Lenart
2014-03-13 20:19:59 +01:00
parent cdf3c5cbf1
commit 43e86d76d5
2 changed files with 14 additions and 2 deletions
@@ -1 +1,7 @@
<input type="hidden" name="myname" value="bar" id="myname"/>
<tr>
<td class="tdLabel">
</td>
<td>
<input type="hidden" name="myname" value="bar" id="myname"/>
</td>
</tr>
@@ -1 +1,7 @@
<input type="hidden" name="myname" value="bar" id="myname" disabled="disabled"/>
<tr>
<td class="tdLabel">
</td>
<td>
<input type="hidden" name="myname" value="bar" id="myname" disabled="disabled"/>
</td>
</tr>