'MOZILLA_1_8_0_BRANCH'. git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_0_BRANCH@185757 18797224-902f-48f8-a5cc-f745e15eee43
34 lines
447 B
HTML
34 lines
447 B
HTML
<html>
|
|
<head>
|
|
<title>testcase</title>
|
|
</head>
|
|
<body>
|
|
|
|
|
|
<form method=get action="search">
|
|
<table>
|
|
<tr>
|
|
<td>
|
|
<p>form outside table</p>
|
|
<input type="text" value="text in here">
|
|
<input type="submit">
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</form>
|
|
|
|
<table>
|
|
<tr>
|
|
<td>
|
|
<p>form nested inside table cell with the form controls</p>
|
|
<form method=get action="search">
|
|
<input type="text" value="text in here">
|
|
<input type="submit">
|
|
</form>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
</body>
|
|
</html>
|